chore: navigation-ex -> react-navigation

This commit is contained in:
satyajit.happy
2019-08-21 16:09:10 +05:30
parent 6b9af77fab
commit 4128654324
48 changed files with 131 additions and 101 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@navigation-ex/native",
"version": "0.0.1",
"name": "@react-navigation/native",
"version": "5.0.0-alpha.0",
"license": "MIT",
"main": "lib/commonjs/index.js",
"react-native": "src/index.tsx",
@@ -15,7 +15,7 @@
"clean": "del lib"
},
"dependencies": {
"@navigation-ex/core": "^0.0.1"
"@react-navigation/core": "^5.0.0-alpha.0"
},
"devDependencies": {
"@react-native-community/bob": "^0.7.0",

View File

@@ -1,5 +1,5 @@
import * as React from 'react';
import { NavigationContainerRef } from '@navigation-ex/core';
import { NavigationContainerRef } from '@react-navigation/core';
import { BackHandler } from 'react-native';
export default function useBackButton(

View File

@@ -5,7 +5,7 @@ import {
NavigationContainerRef,
NavigationState,
PartialState,
} from '@navigation-ex/core';
} from '@react-navigation/core';
type Options = {
/**