Skip to content

Commit

Permalink
Merge pull request #6 from keremcubuk/navigation-release-mode-crash
Browse files Browse the repository at this point in the history
Fix: RN release mode crash
  • Loading branch information
keremcubuk authored Nov 18, 2019
2 parents 3ee194b + 7991fa2 commit d4623a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* @format
*/

import 'react-native-gesture-handler'; // Navigation Release Mode Crash issue #320
import { AppRegistry } from 'react-native';
import App from './app/app';
import { name as appName } from './app.json';
Expand Down

0 comments on commit d4623a5

Please sign in to comment.