mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 14:18:32 +03:00
shim import, postinstall
This commit is contained in:
parent
ca87cf80c4
commit
c1b023eebb
@ -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",
|
||||
|
@ -1,3 +1,4 @@
|
||||
import '../shim';
|
||||
import React from 'react';
|
||||
import 'react-native-gesture-handler';
|
||||
import { Provider, connect } from 'react-redux';
|
||||
|
Loading…
Reference in New Issue
Block a user