1.5.7 • Published 2 years ago

react-native-scrollpageviewtest v1.5.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

react-native-scrollpageviewtest

Getting started

$ npm install react-native-scrollpageviewtest --save

Mostly automatic installation

$ react-native link react-native-scrollpageviewtest

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-scrollpageviewtest and add RNScrollpageviewtest.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNScrollpageviewtest.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.rncomp.scrollpageviewtest.RNScrollpageviewtestPackage; to the imports at the top of the file
  • Add new RNScrollpageviewtestPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-scrollpageviewtest'
    project(':react-native-scrollpageviewtest').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-scrollpageviewtest/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-scrollpageviewtest')

Usage

import RNScrollpageviewtest from 'react-native-scrollpageviewtest';

// TODO: What to do with the module?
RNScrollpageviewtest;
1.5.7

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.0.0

2 years ago