Skip to content

Commit 46fb630

Browse files
committed
feat: Uses dynamic version
1 parent 0b097ed commit 46fb630

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ import './enableScreens';
33
import { DrawerActions, Navigation, Navigator, ScreenView } from './components';
44

55
import { HeaderBackButton } from '@react-navigation/stack';
6+
import { VERSION } from './version';
67
import { createPlugin } from '@bluebase/core';
78

89
export default createPlugin({
910
description: 'Use React Navigation in BlueBase apps!',
1011
key: '@bluebase/plugin-react-navigation',
1112
name: 'React Navigation',
12-
version: '1.0.0',
13+
version: VERSION,
1314

1415
components: {
1516
HeaderBackButton: HeaderBackButton,

0 commit comments

Comments
 (0)