Skip to content

mehmetcabbar/notificationList

Repository files navigation

notificationList

A notification list in react native with redux. This is notification list page in react native. Anyone can add a notification to own list with 'Add notification' button. Also, user can delete that notification with a simple touch!

Getting Started

  1. Clone the repo and install
    Open your terminal and run this code.
git clone https://github.com/mehmetcabbar/notificationList.git

  1. Navigate to cloned project folder and intall the dependencies
 cd notificationList && npm install 

  1. Install pods
cd ios && pod install 

  1. Open project your IOS simulator Run this command on your terminal and start your app on IOS simulator.
npx react-native run-ios

Or you can use your Xcode for building process.
Follow this and hit this file root notifcationList/ios/NotificationsList.xcworkspace

  1. Open project your android emulator
    Run this command on your terminal and start your app on android emulator.
npx react-native run-android

Everything is ready

You are ready right now! Enjoy project and play inside of the code!

Notes

If you will see some problem with your clone project, you must check the version numbers below.

React native version: 0.70.1
Android Gradle version number: 7.5.1

About

A notification list in react native with redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published