foocaa-react-app-design

1.0.1 • Public • Published

foocaa-react-app-design

Getting started

$ npm install foocaa-react-app-design --save

Mostly automatic installation

$ react-native link foocaa-react-app-design

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesfoocaa-react-app-design and add RNFoocaaReactAppDesign.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNFoocaaReactAppDesign.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.reactlibrary.RNFoocaaReactAppDesignPackage; to the imports at the top of the file
  • Add new RNFoocaaReactAppDesignPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':foocaa-react-app-design'
    project(':foocaa-react-app-design').projectDir = new File(rootProject.projectDir, 	'../node_modules/foocaa-react-app-design/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':foocaa-react-app-design')
    

Usage

import RNFoocaaReactAppDesign from 'foocaa-react-app-design';
 
// TODO: What to do with the module?
RNFoocaaReactAppDesign;

/foocaa-react-app-design/

    Package Sidebar

    Install

    npm i foocaa-react-app-design

    Weekly Downloads

    0

    Version

    1.0.1

    License

    none

    Unpacked Size

    270 kB

    Total Files

    28

    Last publish

    Collaborators

    • foocaa-app