/testing-notifications

Testing Push Notifications on iOS simulator with React Native

Primary LanguageJava

testing-notifications

Testing Push Notifications on iOS simulator with React Native

How to run

  • Clone the repository and install dependencies:

    $ git clone https://github.com/serartmar/testing-notifications.git
    $ cd testing-notifications
    $ yarn
  • Start the packager in one terminal tab:

    $ yarn start
  • Run the application in another terminal tab

    • If Android
      $ yarn run android
    • If iOS
      $ yarn run ios