1.0.670 • Published 5 years ago

react-native-rtk-config v1.0.670

Weekly downloads
453
License
-
Repository
-
Last release
5 years ago

react-native-rtk-config

Getting started

$ npm install react-native-rtk-config --save

Mostly automatic installation

$ react-native link react-native-rtk-config

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

Windows

Read it! :D

  1. In Visual Studio add the RNRtkConfig.sln in node_modules/react-native-rtk-config/windows/RNRtkConfig.sln folder to their solution, reference from their app.
  2. Open up your MainPage.cs app
  • Add using Rtk.Config.RNRtkConfig; to the usings at the top of the file
  • Add new RNRtkConfigPackage() to the List<IReactPackage> returned by the Packages method

Usage

import RNRtkConfig from 'react-native-rtk-config';

// TODO: What to do with the module?
RNRtkConfig;
1.0.670

5 years ago

1.0.669

5 years ago

1.0.668

6 years ago

1.0.664

6 years ago

1.0.663

6 years ago

1.0.662

6 years ago

1.0.661

6 years ago

1.0.660

6 years ago

1.0.653

6 years ago

1.0.656

6 years ago

1.0.655

6 years ago

1.0.654

6 years ago

1.0.652

6 years ago

1.0.651

6 years ago

1.0.650

6 years ago

1.0.638

6 years ago

1.0.637

6 years ago

1.0.645

6 years ago

1.0.636

6 years ago

1.0.635

6 years ago

1.0.634

6 years ago

1.0.633

6 years ago

1.0.632

6 years ago

1.0.631

6 years ago

1.0.630

6 years ago

1.0.629

6 years ago

1.0.628

6 years ago

1.0.627

6 years ago

1.0.626

6 years ago

1.0.625

6 years ago

1.0.624

6 years ago

1.0.623

6 years ago

1.0.621

6 years ago

1.0.620

6 years ago

1.0.619

6 years ago

1.0.618

6 years ago

1.0.617

6 years ago

1.0.616

6 years ago

1.0.615

6 years ago

1.0.614

6 years ago

1.0.613

6 years ago

1.0.612

6 years ago

1.0.525

6 years ago

1.0.524

6 years ago

1.0.523

6 years ago

1.0.522

6 years ago

1.0.521

6 years ago

1.0.520

6 years ago

1.0.518

6 years ago

1.0.517

6 years ago

1.0.516

6 years ago

1.0.515

6 years ago

1.0.514

6 years ago

1.0.513

6 years ago

1.0.512

6 years ago

1.0.511

6 years ago

1.0.510

6 years ago

1.0.508

6 years ago

1.0.507

6 years ago

1.0.506

6 years ago

1.0.505

6 years ago

1.0.504

6 years ago

1.0.503

6 years ago

1.0.502

6 years ago

1.0.501

6 years ago

1.0.50

6 years ago

1.0.49

6 years ago

1.0.48

6 years ago

1.0.47

6 years ago

1.0.46

6 years ago

1.0.45

6 years ago

1.0.44

6 years ago

1.0.43

6 years ago

1.0.42

6 years ago

1.0.41

6 years ago

1.0.40

6 years ago

1.0.39

6 years ago

1.0.38

6 years ago

1.0.37

6 years ago

1.0.36

6 years ago

1.0.35

6 years ago

1.0.34

6 years ago

1.0.33

6 years ago

1.0.32

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

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

1.0.0

6 years ago