Skip to content

Commit

Permalink
(chore) enable mobx batching
Browse files Browse the repository at this point in the history
  • Loading branch information
msantang78 committed Jun 1, 2020
1 parent 795f0ec commit 47c0252
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
@@ -1,5 +1,6 @@
import 'react-native-gesture-handler'; // fix ongesture handler error
import '@hawkingnetwork/node-libs-react-native/globals';
import 'mobx-react/batchingForReactNative';
import './global';

import { AppRegistry } from 'react-native';
Expand Down

0 comments on commit 47c0252

Please sign in to comment.