Skip to content

Commit d8d8c07

Browse files
committed
feat: boilerplate working on port 8085
1 parent 6cfa3ff commit d8d8c07

File tree

2 files changed

+13021
-2
lines changed

2 files changed

+13021
-2
lines changed

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"android": "react-native run-android",
6+
"android": "react-native run-android --port 8085",
77
"ios": "react-native run-ios",
8-
"start": "react-native start",
8+
"start": "react-native start --port 8085",
99
"build:android": "react-native build-android --extra-params \"--no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a\"",
1010
"build:ios": "react-native build-ios --scheme DatalogicIntegrationExample --mode Debug --extra-params \"-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO\""
1111
},

0 commit comments

Comments
 (0)