0.7.0 • Published 4 years ago

react-native-common-ux-kit v0.7.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

npm version

react-native-common-ux-kit

Components

Installation

npm i react-native-common-ux-kit
      @react-native-community/netinfo
      @react-native-community/picker
      react-native-vector-icons --save

We are using react-native-vector-icons, so you should add following lines in your project

Android

/android/app/build.gradle

apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

iOS

ios/yourApp/Info.plist

<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>
  <string>Fontisto.ttf</string>
</array>

License

MIT