mirror of
https://github.com/aljazceru/react-native-pubky.git
synced 2025-12-24 10:04:26 +01:00
Adds publish & resolve methods. Updates example app. Add npmignore. Bumps version to 0.3.0.
30 lines
1.3 KiB
JSON
30 lines
1.3 KiB
JSON
{
|
|
"name": "react-native-pubky-example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "bundle install && cd ios && pod install && cd ../ && react-native run-ios --simulator \"iPhone 15 Pro\"",
|
|
"start": "react-native start",
|
|
"build:android": "react-native build-android --extra-params \"--no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a\"",
|
|
"install-pods": "bundle install && cd ios && pod install && cd ../",
|
|
"build:ios": "npm run install-pods && react-native build-ios --scheme PubkyExample --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\""
|
|
},
|
|
"dependencies": {
|
|
"react": "18.3.1",
|
|
"react-native": "0.75.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/preset-env": "^7.20.0",
|
|
"@babel/runtime": "^7.20.0",
|
|
"@react-native/babel-preset": "0.75.3",
|
|
"@react-native/metro-config": "0.75.3",
|
|
"@react-native/typescript-config": "0.75.3",
|
|
"react-native-builder-bob": "^0.30.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|