@synonymdev/react-native-pubky 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/src/main/jniLibs/arm64-v8a/libpubkymobile.so +0 -0
- package/android/src/main/jniLibs/armeabi-v7a/libpubkymobile.so +0 -0
- package/android/src/main/jniLibs/x86/libpubkymobile.so +0 -0
- package/android/src/main/jniLibs/x86_64/libpubkymobile.so +0 -0
- package/ios/Frameworks/PubkyMobile.xcframework/ios-arm64/libpubkymobile.a +0 -0
- package/ios/Frameworks/PubkyMobile.xcframework/ios-arm64-simulator/libpubkymobile.a +0 -0
- package/package.json +3 -3
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synonymdev/react-native-pubky",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "React Native Implementation of Pubky",
|
|
5
5
|
"source": "./src/index.tsx",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"test": "jest",
|
|
41
41
|
"typecheck": "tsc",
|
|
42
42
|
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
43
|
-
"clean": "
|
|
44
|
-
"prepare": "bob build",
|
|
43
|
+
"clean": "rm -rf android/build example/android/build example/android/app/build example/ios/build lib",
|
|
44
|
+
"prepare": "corepack enable && npm install -g react-native-builder-bob && bob build",
|
|
45
45
|
"release": "release-it",
|
|
46
46
|
"example:ios": "cd example && cd ios && rm -rf Pods && cd ../ && npm i && bundle install && npm run build:ios && npm run ios",
|
|
47
47
|
"example:android": "cd example && npm i && npm run build:android && npm run android",
|