We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8644e2d commit 1ac74d5Copy full SHA for 1ac74d5
react-native-in-app-payments-quickstart/package.json
@@ -6,6 +6,7 @@
6
"android": "react-native run-android",
7
"ios": "react-native run-ios",
8
"start": "react-native start",
9
+ "lint": "eslint .",
10
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
11
"build:ios": "cd ios && xcodebuild -workspace SquareInAppPaymentsExample.xcworkspace -scheme SquareInAppPaymentsExample -configuration Debug -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"
12
},
0 commit comments