You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Native HTTPS Certificate Error Problem - Trust All Certificates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make your package.json dependencies be the exact version that's in your node_modules currently
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last active
October 31, 2017 08:43— forked from hle50/rm.md
Integrate React into React with React-Navigation
Install redux $ yarn add react-redux
At project root folder, create folder store then create file configureStore.js in store folder:
import { createStore } from 'redux';
import reducers from '../reducers'
export default function configureStore(initialState) {
const store = createStore(
reducers,
Compile and deploy React Native Android app of Release version to device.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters