Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.43 KB

Fitlink React Native app

Generate Keystore

Use this script to generate fitlinkappdebug.keystore

keytool -genkey -v -keystore fitlinkappdebug.keystore -storepass android -alias fitlinkappdebug -keypass android -keyalg RSA -keysize 2048 -validity 10000

ENV

  1. Add RNGP_ANDROID_API_KEY to your environment. Look for API_KEY in Firebase google-services.json client.api_key.current_key

  2. Configure mapbox ENV for Android and iOS. Use [email protected] account to access the secrets

Patches

Table of patches applied for different libraries

Name version reason
@react-native-community+blur+4.3.0.patch 4.3.0 Kureev/react-native-blur#489
react-native-health+1.10.0.patch 1.10.0 agencyenterprise/react-native-health#294

Contribution

Code style

  1. Imports order
  • Libs related imports
  • @ imports
  • Relative imports (prefer relative import when importing components from neighbor folders)
  1. Order of variables declaration
  • Navigation
  • Redux
  • Refs
  • State