expo-navigation-bar 2.7.0 → 2.8.0
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/CHANGELOG.md
CHANGED
package/android/build.gradle
CHANGED
|
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
|
|
|
3
3
|
apply plugin: 'maven-publish'
|
|
4
4
|
|
|
5
5
|
group = 'host.exp.exponent'
|
|
6
|
-
version = '2.
|
|
6
|
+
version = '2.8.0'
|
|
7
7
|
|
|
8
8
|
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
|
|
9
9
|
if (expoModulesCorePlugin.exists()) {
|
|
@@ -94,7 +94,7 @@ android {
|
|
|
94
94
|
namespace "expo.modules.navigationbar"
|
|
95
95
|
defaultConfig {
|
|
96
96
|
versionCode 1
|
|
97
|
-
versionName '2.
|
|
97
|
+
versionName '2.8.0'
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -8,7 +8,7 @@ import expo.modules.core.interfaces.ReactActivityLifecycleListener
|
|
|
8
8
|
import expo.modules.navigationbar.singletons.NavigationBar
|
|
9
9
|
|
|
10
10
|
// this needs to stay for versioning to work
|
|
11
|
-
//
|
|
11
|
+
// EXPO_VERSIONING_NEEDS_PACKAGE_R
|
|
12
12
|
|
|
13
13
|
class NavigationBarReactActivityLifecycleListener : ReactActivityLifecycleListener {
|
|
14
14
|
override fun onCreate(activity: Activity, savedInstanceState: Bundle?) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-navigation-bar",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "Interact with the system navigation bar",
|
|
5
5
|
"main": "build/NavigationBar.js",
|
|
6
6
|
"types": "build/NavigationBar.d.ts",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"expo": "*"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "6aca7ce098ddc667776a3d7cf612adbb985e264a"
|
|
47
47
|
}
|