A simple React Native application demonstrating state management using Redux.
This React Native app showcases a basic counter application utilizing Redux for state management.
- Increment the counter
- Decrement the counter
- Reset the counter to zero
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/react-native-redux-counter.git
Change into the project directory:
bash Copy code cd react-native-redux-counter Install dependencies:
bash Copy code npm install Usage Run the app on an Android or iOS emulator/device:
bash Copy code npx react-native run-android or npx react-native run-ios
Contributions are welcome! If you find any issues or have suggestions, feel free to open an issue or create a pull request.