We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be399fd commit 2fa8c2bCopy full SHA for 2fa8c2b
packages/react-native-branch/android/build.gradle
@@ -11,7 +11,7 @@ useDefaultAndroidSdkVersions()
11
useExpoPublishing()
12
13
android {
14
- namespace "expo.modules.haptics"
+ namespace "expo.modules.adapters.branch"
15
defaultConfig {
16
versionCode 5
17
versionName '5.0.0'
packages/react-native-branch/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@config-plugins/react-native-branch",
3
- "version": "9.0.0",
+ "version": "9.0.1",
4
"description": "Config plugin to auto configure react-native-branch on prebuild",
5
"author": "650 Industries, Inc.",
6
"license": "MIT",
0 commit comments