Beto

Results 5 comments of Beto

### Ok just to clarify. If I'm understanding you correctly we would like to add an example like the one in the image inside the "Configuring Your Store" page. I'm...

Good idea! I think having a separate page would be easy to read and understand I will start creating the "Application Setup" page and start working on the RN section.

Hello guys, I created this video using Expo 48. I hope it helps. https://www.youtube.com/watch?v=Ea7--DkHFPo

## Solution ✅ 1. Make sure you added reanimated to your `babel.config.js` like this: ``` module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: ['react-native-reanimated/plugin'], }; ``` 2. After updating your `babel.config.js` restart...