@applicaster/quick-brick-core 14.0.0-rc.1 → 14.0.0-rc.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -74,7 +74,7 @@ This function allows to quickly create a QuickBrick app by providing the require
74
74
 
75
75
  ## NavigationProvider
76
76
 
77
- This module provides routing, navigation and navBar control to the QuickBrick applications. The Navigator provider is constructed using NavigationContext and navigator object, which are exposed to the user by `withNavigator` Decorator and `useNavigation` hook. For keeping routing history Navigation Provider is using 3rd party library react-router that is used internally by the navigator.
77
+ This module provides routing, navigation and navBar control to the QuickBrick applications. The Navigator provider is constructed using NavigationContext and navigator object, which are exposed to the user by `withNavigator` Decorator and `useNavigation` hook.
78
78
 
79
79
  The app is already decorated with the Navigation Provider Context so the only thing, to use navigation in your screen/component`is to use`withNavigator`decorator or`useNavigationHook` directly
80
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/quick-brick-core",
3
- "version": "14.0.0-rc.1",
3
+ "version": "14.0.0-rc.2",
4
4
  "description": "Core package for Applicaster's Quick Brick App",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "homepage": "https://github.com/applicaster/quickbrick#readme",
30
30
  "dependencies": {
31
- "@applicaster/applicaster-types": "14.0.0-rc.1",
32
- "@applicaster/quick-brick-core-plugins": "14.0.0-rc.1",
33
- "@applicaster/zapp-pipes-v2-client": "14.0.0-rc.1",
34
- "@applicaster/zapp-react-native-bridge": "14.0.0-rc.1",
35
- "@applicaster/zapp-react-native-redux": "14.0.0-rc.1",
36
- "@applicaster/zapp-react-native-ui-components": "14.0.0-rc.1",
37
- "@applicaster/zapp-react-native-utils": "14.0.0-rc.1",
31
+ "@applicaster/applicaster-types": "14.0.0-rc.2",
32
+ "@applicaster/quick-brick-core-plugins": "14.0.0-rc.2",
33
+ "@applicaster/zapp-pipes-v2-client": "14.0.0-rc.2",
34
+ "@applicaster/zapp-react-native-bridge": "14.0.0-rc.2",
35
+ "@applicaster/zapp-react-native-redux": "14.0.0-rc.2",
36
+ "@applicaster/zapp-react-native-ui-components": "14.0.0-rc.2",
37
+ "@applicaster/zapp-react-native-utils": "14.0.0-rc.2",
38
38
  "atob": "^2.1.2",
39
39
  "axios": "^0.28.0",
40
40
  "btoa": "^1.2.1",