|
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | 24 | "@alchemy/aa-core": "3.19.0", |
| 25 | + "@lavamoat/react-native-lockdown": "0.0.2", |
25 | 26 | "@notifee/react-native": "9.1.8", |
26 | 27 | "@react-native-clipboard/clipboard": "1.16.3", |
27 | 28 | "@react-native-community/blur": "4.4.1", |
28 | 29 | "@react-native-firebase/app": "23.5.0", |
29 | 30 | "@react-native-firebase/messaging": "23.5.0", |
30 | 31 | "@react-native-picker/picker": "2.11.4", |
| 32 | + "@react-native/js-polyfills": "0.82.1", |
31 | 33 | "@react-navigation/native": "7.1.19", |
32 | 34 | "@react-navigation/stack": "7.6.2", |
33 | 35 | "@reduxjs/toolkit": "2.10.1", |
|
90 | 92 | "@babel/preset-env": "7.28.5", |
91 | 93 | "@babel/runtime": "7.28.4", |
92 | 94 | "@eslint/js": "9.39.1", |
| 95 | + "@lavamoat/allow-scripts": "^3.0.4", |
93 | 96 | "@react-native-community/cli": "20.0.2", |
94 | 97 | "@react-native-community/cli-platform-android": "20.0.2", |
95 | 98 | "@react-native-community/cli-platform-ios": "20.0.2", |
|
159 | 162 | "tls": false, |
160 | 163 | "net": "react-native-tcp-socket", |
161 | 164 | "zlib": "browserify-zlib" |
| 165 | + }, |
| 166 | + "lavamoat": { |
| 167 | + "allowScripts": { |
| 168 | + "@notifee/react-native": false, |
| 169 | + "@react-native-firebase/app": false, |
| 170 | + "@react-native-firebase/messaging": false, |
| 171 | + "@react-native/js-polyfills": false, |
| 172 | + "jail-monkey": false, |
| 173 | + "react-native": false, |
| 174 | + "react-native-camera-kit": false, |
| 175 | + "react-native-encrypted-storage": false, |
| 176 | + "react-native-gesture-handler": false, |
| 177 | + "react-native-keychain": false, |
| 178 | + "react-native-mmkv": false, |
| 179 | + "react-native-nitro-modules": false, |
| 180 | + "react-native-permissions": false, |
| 181 | + "react-native-quick-crypto": false, |
| 182 | + "react-native-reanimated": false, |
| 183 | + "react-native-screens": false, |
| 184 | + "react-native-svg": false, |
| 185 | + "react-native-tcp-socket": false, |
| 186 | + "react-native-vector-icons": false, |
| 187 | + "react-native-worklets": false, |
| 188 | + "$root$": true, |
| 189 | + "@react-native-firebase/app>firebase>@firebase/firestore>@grpc/proto-loader>protobufjs": false, |
| 190 | + "@react-native-firebase/app>firebase>@firebase/util": false, |
| 191 | + "@runonflux/aa-schnorr-multisig-sdk>secp256k1": true, |
| 192 | + "@runonflux/utxo-lib>secp256k1": true, |
| 193 | + "jest>@jest/core>jest-resolve>unrs-resolver": false, |
| 194 | + "postinstall-postinstall": true |
| 195 | + } |
162 | 196 | } |
163 | 197 | } |
0 commit comments