An open API service indexing awesome lists of open source software.

https://github.com/redayzarra/study-react-native


https://github.com/redayzarra/study-react-native

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# React Native Basics

## Project

If you would like to find out more about the project, please checkout: [Insert Link](https://github.com/redayzarra)

## Installing the libraries

This project uses React Native as well as many essential libraries which can be installed by:

```bash

> npm i -g expo-cli

> npx create-expo-app --template

> npm i

> npm run dev

```