Skip to content
Snippets Groups Projects
Commit aec769a5 authored by Martin Santangelo's avatar Martin Santangelo
Browse files

(fix) gesture handler error on production mode

parent 6f39beb4
No related branches found
No related tags found
Loading
// created this file because the bundler is not reading index for some reason // created this file because the bundler is not reading index for some reason
import "@hawkingnetwork/node-libs-react-native/globals"; import 'react-native-gesture-handler'; // fix ongesture handler error
import "./global";
import { AppRegistry } from 'react-native'; import { AppRegistry } from 'react-native';
import App from './App'; import App from './App';
......
import '@hawkingnetwork/node-libs-react-native/globals'; // created this file because the bundler is not reading index for some reason
import 'react-native-gesture-handler'; // fix ongesture handler error
import { AppRegistry } from 'react-native'; import { AppRegistry } from 'react-native';
import App from './App'; import App from './App';
import { useScreens } from 'react-native-screens'; import { useScreens } from 'react-native-screens';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment