Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 623 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 623 Bytes

React Native App

This is a React Native project.

Installation

Sudo install the expo client.

sudo npm install -g expo-cli

Dependancies

Use the package manager pip to install foobar.

expo install expo-sensors

Running

npm start

Open http://localhost:19002 with your browser to see the result.

Usage

import foobar

foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'