Skip to content

Commit

Permalink
Use deprecate-react-native-prop-types v2
Browse files Browse the repository at this point in the history
  • Loading branch information
irmakcosarsahna committed Jul 10, 2022
1 parent 779c984 commit 3fbc902
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 235 deletions.
4 changes: 2 additions & 2 deletions DefaultTabBar.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
const React = require('react');
const { ViewPropTypes } = ReactNative = require('deprecated-react-native-prop-types');
const { ViewPropTypes } = require('deprecated-react-native-prop-types');
const PropTypes = require('prop-types');
const createReactClass = require('create-react-class');
const {
StyleSheet,
Text,
View,
Animated,
} = ReactNative;
} = require('react-native');;
const Button = require('./Button');

const DefaultTabBar = createReactClass({
Expand Down
Loading

0 comments on commit 3fbc902

Please sign in to comment.