Closed ghasemikasra39 closed 3 years ago
import {configureStore} from '@reduxjs/toolkit' import counterSlice from "./reducers/counterSlice"; let middleware = []; if (__DEV__) { const createDebugger = require('redux-flipper').default; middleware.push(createDebugger()); } export const store = configureStore({ reducer: { counter: counterSlice }, middleware })
"react-native-flipper": "^0.96.1" "redux-flipper": "^1.4.2" "react-native": "0.64.1"
environment:
System: OS: macOS 11.4 CPU: (4) x64 Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz Memory: 66.96 MB / 8.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 16.0.0 - /usr/local/bin/node Yarn: 1.22.10 - /usr/local/bin/yarn npm: 6.14.13 - ~/Documents/realnote_app/node_modules/.bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.10.1 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4 Android SDK: API Levels: 29, 30 Build Tools: 29.0.2, 29.0.3, 30.0.3 System Images: android-29 | Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom, android-30 | Google APIs Intel x86 Atom Android NDK: Not Found IDEs: Android Studio: 4.2 AI-202.7660.26.42.7322048 Xcode: 12.5.1/12E507 - /usr/bin/xcodebuild Languages: Java: 1.8.0_292 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 17.0.1 => 17.0.1 react-native: 0.64.1 => 0.64.1
I re-open this because I am not sure if the issue is with this project or this project.
environment: