We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90f479 commit 924cb22Copy full SHA for 924cb22
3 files changed
expo-example/package.json
@@ -35,7 +35,6 @@
35
"react-native-gesture-handler": "~2.28.0",
36
"react-native-nitro-modules": "^0.31.3",
37
"react-native-reanimated": "~4.1.1",
38
- "react-native-rive": "*",
39
"react-native-safe-area-context": "~5.6.0",
40
"react-native-screens": "~4.16.0",
41
"react-native-web": "~0.21.0",
nitro.json
@@ -2,7 +2,7 @@
2
"$schema": "https://nitro.margelo.com/nitro.schema.json",
3
"cxxNamespace": ["rive"],
4
"ios": {
5
- "iosModuleName": "react_native_rive"
+ "iosModuleName": "RNRive"
6
},
7
"android": {
8
"androidNamespace": ["rive"],
package.json
@@ -1,5 +1,5 @@
1
{
- "name": "react-native-rive",
+ "name": "RNRive",
"version": "0.1.0",
"description": "Rive React Native",
"main": "./lib/module/index.js",
0 commit comments