추가하기
pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
추가하기
<key>UIAppFonts</key>
<array>
<string>AntDesign.ttf</string>
<string>Entypo.ttf</string>
<string>EvilIcons.ttf</string>
<string>Feather.ttf</string>
<string>FontAwesome.ttf</string>
<string>FontAwesome5_Brands.ttf</string>
<string>FontAwesome5_Regular.ttf</string>
<string>FontAwesome5_Solid.ttf</string>
<string>Foundation.ttf</string>
<string>Ionicons.ttf</string>
<string>MaterialIcons.ttf</string>
<string>MaterialCommunityIcons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Octicons.ttf</string>
<string>Zocial.ttf</string>
</array>
error Failed to build iOS project
모든 서버 종류 후
npm install @react-navigation/native
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
npx pod-install ios
npx react-native run-ios
패키지 버전 문제
yarn add {}으로 설치하면 해결됨
brew install node
brew install watchman
sudo gem install cocoapods
npx react-native init {name}
npx pod-install ios
npx react-native run-ios
#install stack navigation
npm install @react-navigation/native @react-navigation/native-stack
# no exop
npm install react-native-screens react-native-safe-area-context
npm install @react-navigation/bottom-tabs
npm install @react-navigation/native
npm install react-native-re
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
npx pod-install ios
npx react-native run-ios
###icons 사용법
npm install --save react-native-vector-icons
cd ios && pod install && cd ..
npm install @react-navigation/drawer
npm install @react-navigation/native
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
npx pod-install ios
npx react-native run-ios
npx react-native start --reset-cache
npm i react react-dom
npm install --save react-native-calendars
npm install react-native-progress-circle
import ProgressCircle from 'react-native-progress-circle'
yarn add react-native-progress-circle%
brew install node
brew install watchman
sudo gem install cocoapods
npx react-native init {name}
npx pod-install ios
npx react-native run-ios
#install stack navigation
npm install @react-navigation/native @react-navigation/native-stack
# no exop
npm install react-native-screens react-native-safe-area-context
npm install @react-navigation/bottom-tabs
npm install @react-navigation/native
npm install react-native-re
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
npx pod-install ios
npx react-native run-ios
###icons 사용법
npm install --save react-native-vector-icons
cd ios && pod install && cd ..
npm install @react-navigation/drawer
npm install @react-navigation/native
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
npx pod-install ios
npx react-native run-ios
npx react-native start --reset-cache
npm i react react-dom
npm install --save react-native-calendars
npm install react-native-progress-circle
import ProgressCircle from 'react-native-progress-circle'
yarn add react-native-progress-circle
rm -rf node_modules/ && npm cache clean --force&& npm install && npm start -- --reset-cache