mobile: add missing postinstall script in package.json

This commit is contained in:
ammarahm-ed
2022-09-07 09:37:39 +05:00
parent 3ad564424f
commit 7f54664413

View File

@@ -7,6 +7,7 @@
"app/"
],
"scripts": {
"postinstall": "patch-package",
"run-android": "cd native && react-native run-android --active-arch-only",
"run-ios": "cd native && react-native run-ios",
"start": "cd native && react-native start",