0.0.27 • Published 2 years ago

@marblex/react-native-component v0.0.27

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@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

  1. "Unable to resolve module from ~~~"

    watchman watch-del-all && rm -rf node_modules/ && yarn cache clean --force && yarn install && yarn start -- --reset-cache
  2. 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

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago