Error Unable to resolve module react-redux from App.js react redux could not be found solved

preview_player
Показать описание
node_modules
13 | } from 'react-native';
14 | import { store } from './src/redux/store'
15 | import { Provider } from 'react-redux'
| ^
16 |
17 | function App() {
18 | return (

React Native
Redux Toolkit
react-redux
Рекомендации по теме
Комментарии
Автор

hi, npx create expo-app not creating App.js file

JuilyParkar