Skip to content

Commit

Permalink
Fix Value reference for Tab navigator. Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Zotov committed Jan 29, 2020
1 parent dfb0eac commit 6be9a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@navigationjs/react",
"version": "0.3.0",
"version": "0.3.1",
"description": "Small and well-tested React navigation",
"main": "dist/index.js",
"author": "Ivan Zotov <me@ivanzotov.com> (http://ivanzotov.com/)",
Expand Down
2 changes: 1 addition & 1 deletion src/Tab/Scene.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Value from '../Value';
import { Value } from '@navigationjs/core';

export default class Scene {
constructor(name) {
Expand Down

0 comments on commit 6be9a74

Please sign in to comment.