codypearce / material-bread

Cross Platform React Native Material Design Components
https://material-bread.org/
MIT License
322 stars 119 forks source link

Need fix Compatible with react-native sdk-39 #434

Closed Vn-ChemGio closed 3 years ago

Vn-ChemGio commented 3 years ago

When using material bread with expo to create new project, with document in https://material-bread.org/getting-started/expo/

Expo create app with template by expo, It working But when I import I had much error by in compatible, example Module not found: Can't resolve '../../Utilities/Platform' in '...\node_modules\react-native\Libraries\Components\TextInput' package.json is using "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.2.tar.gz",

But Some time before, when I using expo to create project, I seen "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",

any one can check and fix it?