0.0.4 • Published 3 years ago

react-native-template-expo-full v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

:space_invader: React Native Template Expo + Typescript + More

The standard react-native pattern with Expo and other essential dependencies.

:star: Features

  • Use the expo baseflow
  • Use the typescript
  • Add other dependencies: Redux, React Navigation, React-native SVG

:arrow_forward: Usage

npx react-native init MyApp --template react-native-template-expo-full

List of additional dependencies

DependenciesVersionAndroidIosWeb
@react-navigation5.12.8:white_check_mark::white_check_mark:
axios0.21:white_check_mark::white_check_mark:
@react-native-async-storage1.15.1:white_check_mark::white_check_mark:
react-native-svg12.1.1:white_check_mark::white_check_mark:
expo-ads-admob10.0.4:white_check_mark::white_check_mark:
react-native-firebase (analytics,auth,messaging)....:white_check_mark:
react-native-modal....:white_check_mark::white_check_mark:
react-native-webview....:white_check_mark::white_check_mark:
react-native-modalize....:white_check_mark::white_check_mark:
react-native-fast-image....:white_check_mark::white_check_mark:
@react-native-google-signin....:white_check_mark::white_check_mark:
expo-facebook11.0.5:white_check_mark::white_check_mark:
expo-font11.0.5:white_check_mark::white_check_mark:
expo-av11.0.5:white_check_mark::white_check_mark:

Setup

1. expo-ads-admob

  • cd android/app/src/main/AndroidManifest.xml
  • change "ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy" with admod ID

2. react-native-firebase

  • Update google-services.json file
  • cd android && ./gradlew signingReport & update key to firebase

3. expo-facebook

  • cd android/app/src/main/AndroidManifest.xml
  • change android:value="fb0"

:computer: Contributing

Contributions are very welcome. Please check out the contributing document.

:bookmark: License

This project is MIT licensed.