Recibo el siguiente error cuando ejecuto la aplicación nativa de reacción usando react-native-cli
error: node_modules\react-native-reanimated\src\index.ts: D:\Desktop\coding\Github\Stocksy\node_modules\react-native-reanimated\src\index.ts: Export namespace should be first transformed by `@babel/plugin-proposal-export-namespace-from`. Adjunto la captura de pantalla del error que recibo con la configuración de mi sistema 
Prueba esto: -
npm install react-native-reanimated
En babel.config.js inserte complementos: ['react-native-reanimated/plugin'] (asegúrese de que esté al final, debería verse así: -
module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: ['react-native-reanimated/plugin'], };
ejecutar react-native start --reset-cache
ejecute su aplicación nativa (por ejemplo, ios - npx react-native run-ios)