octopitus / rn-sliding-up-panel

Draggable sliding up panel implemented in React Native https://octopitus.github.io/rn-sliding-up-panel/
MIT License
928 stars 157 forks source link

[Error] module:metro-react-native-babel-preset with Expo #101

Closed cchini closed 5 years ago

cchini commented 5 years ago

React-Native with Expo

I tried to install rn-sliding-up-panel but I have this problem to use it on my project.

Couldn't find preset "module:metro-react-native-babel-preset"

Version "react": "^16.6.3", "expo": "^30.0.1" "react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz"

octopitus commented 5 years ago
npm install metro-react-native-babel-preset
thinhbui commented 5 years ago

hi @octopitus, i installed metro-react-native-babel-preset but it's still error

octopitus commented 5 years ago

@thinhbui Hmmm, which version of expo? You may need to update to the latest version.

Here is an example I built with Expo v32. Don't even need to install metro-react-native-babel-preset tho.

octopitus commented 5 years ago

Maybe something related to this? https://github.com/facebook/react-native/issues/21241