We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b097ed commit 46fb630Copy full SHA for 46fb630
1 file changed
src/index.ts
@@ -3,13 +3,14 @@ import './enableScreens';
3
import { DrawerActions, Navigation, Navigator, ScreenView } from './components';
4
5
import { HeaderBackButton } from '@react-navigation/stack';
6
+import { VERSION } from './version';
7
import { createPlugin } from '@bluebase/core';
8
9
export default createPlugin({
10
description: 'Use React Navigation in BlueBase apps!',
11
key: '@bluebase/plugin-react-navigation',
12
name: 'React Navigation',
- version: '1.0.0',
13
+ version: VERSION,
14
15
components: {
16
HeaderBackButton: HeaderBackButton,
0 commit comments