1.0.5 • Published 5 years ago

@jonbrennecke/react-native-speech v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

@jonbrennecke/farrago

farrago \ fə-ˈrä-(ˌ)gō , -ˈrā- \ noun, a motley assortment of things

Farrago is a reusable template for react-native modules. It comes with a few basic things installed like eslint, prettier, flow and jest.

Getting started

$ npm install @jonbrennecke/farrago --save

Mostly automatic installation

$ react-native link @jonbrennecke/farrago

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesr@jonbrennecke-farrago and add RNJonbrenneckeFarrago.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNJonbrenneckeFarrago.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android - coming soon

Usage

import Farrago from '@jonbrennecke/farrago';