1.5.4 • Published 5 years ago

react-native-veery v1.5.4

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

react-native-veery

Getting started

$ npm install

$ npm install react-native-veery --save

Mostly automatic installation

$ react-native link react-native-veery

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-veery and add RNVeery.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNVeery.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/[...]/MainApplication.java
  • Add import com.reactlibrary.RNVeeryPackage; to the imports at the top of the file
  • Add new RNVeeryPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-veery'
    project(':react-native-veery').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-veery/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-veery')

import veery Pod

in your Podfile add the following :

  1. At the top source 'https://github.com/roofstreet/cocoa.repo.git'
  2. in Target

    target 'yourAppName' do
    # Pods for VeeryDemoReactNative
    # TO DO : Add this line
    pod 'RNVeery', :podspec => '../node_modules/react-native-veery/ios'
    
    end

Usage

import Veery from 'react-native-veery';

// TODO: What to do with the module?
Veery;
1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.8

6 years ago

1.3.7

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.11

6 years ago

1.2.10

6 years ago

1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

0.0.1

6 years ago

1.0.0

6 years ago