728x90 ๋ฐ์ํ ๐ฅ๏ธํ๋ก ํธ์๋/React Native5 ๋ฆฌ์กํธ ๋ค์ดํฐ๋ธ - WebView ์๋ฐ์คํฌ๋ฆฝํธ ์กฐ์ & WebView์ ์ฑ ๋ฉ์์ง ์ ๋ฌ import * as React from 'react'; import { WebView } from 'react-native-webview'; import { StyleSheet } from 'react-native'; import Constants from 'expo-constants'; export default function App() { return ( {console.log(event.nativeEvent.data)}} /> ); } const styles = StyleSheet.create({ container: { flex: 1, marginTop: Constants.statusBarHeight, }, }); ์ฐธ๊ณ : https://docs.expo.dev/versions/latest/sdk.. 2022. 10. 21. ๋ฆฌ์กํธ ๋ค์ดํฐ๋ธ - MapView Marker ์ฌ์ฉ ์์ import * as React from 'react'; import MapView from 'react-native-maps'; import { StyleSheet, Text, View, Dimensions } from 'react-native'; export default function App() { return ( ); } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#fff', alignItems: 'center', justifyContent: 'center', }, map: { width: Dimensions.get('window').width, height: Dimensions.get('window')... 2022. 10. 14. ๋ฆฌ์กํธ ๋ค์ดํฐ๋ธ - ์ ์ฉํ ์ฌ์ดํธ ๋ชจ์ ๋ฆฌ์กํธ ๋ค์ดํฐ๋ธ ๊ณต์ ๋ฌธ์ https://reactnative.dev/ React Native · Learn once, write anywhere A framework for building native apps using React reactnative.dev ์ฑ์ด๋ ๋ธ๋ผ์ฐ์ ์์ ๋ผ์ด๋ธ ์คํ ์ง์ํ๋ ์ฌ์ดํธ https://snack.expo.dev/ Snack - React Native in the browser Write code in Expo's online editor and instantly use it on your phone. snack.expo.dev Expo SDK(์นด๋ฉ๋ผ, ํด๋ฆฝ๋ณด๋, ์ค๋์ค ๊ด๋ จ ๋ผ์ด๋ธ๋ฌ๋ฆฌ) https://docs.expo.dev/versions/latest/ API R.. 2022. 10. 10. ๋ฆฌ์กํธ ๋ค์ดํฐ๋ธ - Expo snack์์ ํจํค์ง ์ถ๊ฐ ๋ฐฉ๋ฒ import { Camera } from 'expo-camera'; ์ด๋ฐ ์์ผ๋ก ์๋ก์ด ํจํค์ง๋ฅผ import ํ๋ฉด ํ๋ก์ ํธ ํ์ด์ง ๋งจ ์๋์ Add dependency๋ฉ์์ง๊ฐ ๋์ค๋๋ฐ ์ด๊ฑธ ๋๋ฅด๋ฉด ์๋์ผ๋ก ์ถ๊ฐ๋๋ค. dependencies์ ํจํค์ง ๋ช ์ ์ถ๊ฐํ๋ ๋ฐฉ์์ด๋ผ, expo-๋ก ์์ํ๋ ํจํค์ง๋ง ์ง์์ด ๊ฐ๋ฅํ ๊ฒ ๊ฐ์. ์ถ์ฒ: https://stackoverflow.com/questions/68931393/how-to-add-add-new-packages-in-expo-snack How to add add new packages in expo snack? I want to use expo-av package in expo snack. However I know that after importing.. 2022. 10. 10. React Native - ์ด๊ธฐ ์ค์น [์ปดํจํฐ์ ๊ฐ๋ฐ ํ๊ฒฝ ์ค์นํ๊ธฐ] https://reactnative.dev/docs/environment-setup Setting up the development environment · React Native This page will help you install and build your first React Native app. reactnative.dev npx react-native init SampleApp cd SampleApp npm run android ์ถ์ฒ: https://dev-yakuza.posstree.com/ko/react-native/install-on-windows/ ์๋์ฐ(Windows)์ react native ๊ฐ๋ฐ ํ๊ฒฝ ๊ตฌ์ถํ๊ธฐ react-native๋ก ์ฑ์ ๊ฐ๋ฐํ๊ธฐ.. 2022. 4. 7. ์ด์ 1 ๋ค์ 728x90 ๋ฐ์ํ