0.0.27 • Published 3 years ago
@marblex/react-native-component v0.0.27
@marblex/react-native-component
- MarbleX Wallet에서 사용하는 UI Component 패키지
- 패키지
yarn
사용
Reference Packages
react-native-modal
react-native-paper
react-native-parsed-text
react-native-toast-message
react-native-vector-icons
icon 종류
Install iOS
- info.plist 추가
... <key>NSLocationWhenInUseUsageDescription</key> <string></string> <!-- 추가 --> <key>UIAppFonts</key> <array> <string>Ionicons.ttf</string> <string>MaterialIcons.ttf</string> <string>MaterialCommunityIcons.ttf</string> </array>
Install Android
- android/app/build.gradle 추가
... apply from: "../../node_modules/react-native/react.gradle" <!-- 추가 --> project.ext.vectoricons = [ iconFontNames: ['Ionicons.ttf', 'MaterialIcons.ttf', 'MaterialCommunityIcons.ttf'] ] apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
React Native 자주 발생하는 Issue
"Unable to resolve module from ~~~"
watchman watch-del-all && rm -rf node_modules/ && yarn cache clean --force && yarn install && yarn start -- --reset-cache
npm run ios
실행 실패하는 경우 clean 방법cd ios && rm -rf Pods Podfile.lock && rm -rf ~/Library/Developer/Xcode/DerivedData/* && pod deintegrate && pod setup && pod install
0.0.27
3 years ago
0.0.26
3 years ago
0.0.25
3 years ago
0.0.24
3 years ago
0.0.23
3 years ago
0.0.22
3 years ago
0.0.21
3 years ago
0.0.20
3 years ago
0.0.19
3 years ago
0.0.18
3 years ago
0.0.17
3 years ago
0.0.16
3 years ago
0.0.15
3 years ago
0.0.14
3 years ago
0.0.13
3 years ago
0.0.12
3 years ago
0.0.11
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago