Skip to content

Commit 2fa8c2b

Browse files
authored
fix(branch): Fix branch plugin namespace (#261)
* Update package.json * Update build.gradle
1 parent be399fd commit 2fa8c2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-native-branch/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ useDefaultAndroidSdkVersions()
1111
useExpoPublishing()
1212

1313
android {
14-
namespace "expo.modules.haptics"
14+
namespace "expo.modules.adapters.branch"
1515
defaultConfig {
1616
versionCode 5
1717
versionName '5.0.0'

packages/react-native-branch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@config-plugins/react-native-branch",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Config plugin to auto configure react-native-branch on prebuild",
55
"author": "650 Industries, Inc.",
66
"license": "MIT",

0 commit comments

Comments
 (0)