Skip to content

Commit

Permalink
(feat) add node libs globals to fix crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
msantang78 committed Oct 24, 2019
1 parent aec769a commit 9c19c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.android.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// 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';
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// 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';
Expand Down

0 comments on commit 9c19c20

Please sign in to comment.