Skip to content

Commit

Permalink
Resolved ViewPropTypes removed from React Native
Browse files Browse the repository at this point in the history
Resolved ViewPropTypes removed from React Native

aksonov#3826
  • Loading branch information
ReflectCode committed Oct 29, 2022
1 parent b6e8e71 commit e4f61e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"react-navigation-drawer": "^2.2.1",
"react-navigation-stack": "^2.10.2",
"react-navigation-tabs": "^2.10.1",
"deprecated-react-native-prop-types":"^2.2.0",
"remove": "^0.1.5"
},
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion src/Router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import React from 'react';
import { ViewPropTypes, BackHandler, Linking } from 'react-native';

import { BackHandler, Linking } from 'react-native';
import { ViewPropTypes } from 'deprecated-react-native-prop-types';

import PropTypes from 'prop-types';
import NavigationStore from './Store';
import defaultStore from './defaultStore';
Expand Down

0 comments on commit e4f61e2

Please sign in to comment.