cleathley / myNotes

Simple note taking application in React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myNote

This is a simple REACT NATIVE project which shows off a basic note taking application using context to store the notes.

The following major libraries where used for Navigation/UX;

Screenshots

No Notes Note Editor Validation Error Completed Form Note Listing with Note

Environment

React Native

  • Getting Started - overview of React Native and how setup your environment.

    Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

    The project assumes the use of Yarn as the packagae manager.

Project

Install all the node dependencies.

yarn install

Install the CoccoPods (only required for iOS development)

yarn pod:install

Running the application

For Android

yarn android

For iOS

yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

About

Simple note taking application in React Native

License:Apache License 2.0


Languages

Language:TypeScript 58.8%Language:Java 21.7%Language:Ruby 7.1%Language:Objective-C 7.0%Language:JavaScript 3.2%Language:Objective-C++ 2.3%