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

7 years ago

1.0.664

7 years ago

1.0.663

7 years ago

1.0.662

7 years ago

1.0.661

7 years ago

1.0.660

7 years ago

1.0.653

7 years ago

1.0.656

7 years ago

1.0.655

7 years ago

1.0.654

7 years ago

1.0.652

7 years ago

1.0.651

7 years ago

1.0.650

7 years ago

1.0.638

7 years ago

1.0.637

7 years ago

1.0.645

7 years ago

1.0.636

7 years ago

1.0.635

7 years ago

1.0.634

7 years ago

1.0.633

7 years ago

1.0.632

7 years ago

1.0.631

7 years ago

1.0.630

7 years ago

1.0.629

7 years ago

1.0.628

7 years ago

1.0.627

7 years ago

1.0.626

7 years ago

1.0.625

7 years ago

1.0.624

7 years ago

1.0.623

7 years ago

1.0.621

7 years ago

1.0.620

7 years ago

1.0.619

7 years ago

1.0.618

7 years ago

1.0.617

7 years ago

1.0.616

7 years ago

1.0.615

7 years ago

1.0.614

7 years ago

1.0.613

7 years ago

1.0.612

7 years ago

1.0.525

7 years ago

1.0.524

7 years ago

1.0.523

7 years ago

1.0.522

7 years ago

1.0.521

7 years ago

1.0.520

7 years ago

1.0.518

7 years ago

1.0.517

7 years ago

1.0.516

7 years ago

1.0.515

7 years ago

1.0.514

7 years ago

1.0.513

7 years ago

1.0.512

7 years ago

1.0.511

7 years ago

1.0.510

7 years ago

1.0.508

7 years ago

1.0.507

7 years ago

1.0.506

7 years ago

1.0.505

7 years ago

1.0.504

7 years ago

1.0.503

7 years ago

1.0.502

7 years ago

1.0.501

7 years ago

1.0.50

7 years ago

1.0.49

7 years ago

1.0.48

7 years ago

1.0.47

7 years ago

1.0.46

7 years ago

1.0.45

7 years ago

1.0.44

7 years ago

1.0.43

7 years ago

1.0.42

7 years ago

1.0.41

7 years ago

1.0.40

7 years ago

1.0.39

7 years ago

1.0.38

7 years ago

1.0.37

7 years ago

1.0.36

7 years ago

1.0.35

7 years ago

1.0.34

7 years ago

1.0.33

7 years ago

1.0.32

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago