Commit 9c19c208 authored by Martin Santangelo's avatar Martin Santangelo
Browse files

(feat) add node libs globals to fix crypto

parent aec769a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
// created this file because the bundler is not reading index for some reason
import 'react-native-gesture-handler'; // fix ongesture handler error
import "@hawkingnetwork/node-libs-react-native/globals";
import "./global";

import { AppRegistry } from 'react-native';
import App from './App';
+2 −0
Original line number Diff line number Diff line
// created this file because the bundler is not reading index for some reason
import 'react-native-gesture-handler'; // fix ongesture handler error
import "@hawkingnetwork/node-libs-react-native/globals";
import "./global";

import { AppRegistry } from 'react-native';
import App from './App';