shim import, postinstall

This commit is contained in:
feruz 2021-08-10 21:11:34 +03:00
parent ca87cf80c4
commit c1b023eebb
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"bump-patch": "npm version patch --no-git-tag-version",
"bump-minor": "npm version minor --no-git-tag-version",
"bump-major": "npm version major --no-git-tag-version",
"postinstall": "cd ios && pod install"
"postinstall": "npx rn-nodeify --install --hack --yarn && cd ios && pod install"
},
"dependencies": {
"@babel/runtime": "^7.5.5",

View File

@ -1,3 +1,4 @@
import '../shim';
import React from 'react';
import 'react-native-gesture-handler';
import { Provider, connect } from 'react-redux';