npm install
mkdir configs
cd configs
touch apiKey.js
touch appIDs.js
export const darkSky = 'YOUR_DARK_SKY_API_KEY';
export const hereMaps = 'YOUR_HERE_MAPS_API_CODE';
export const hereMaps = 'YOUR_HERE_MAPS_APP_ID';
react native run-android
npm install && cd ios && pod install && cd ../
mkdir configs
cd configs
touch apiKey.js
touch appIDs.js
export const darkSky = 'YOUR_DARK_SKY_API_KEY';
export const hereMaps = 'YOUR_HERE_MAPS_API_CODE';
export const hereMaps = 'YOUR_HERE_MAPS_APP_ID';
react native run-ios