1.0.670 • Published 4 years ago

react-native-rtk-config v1.0.670

Weekly downloads
453
License
-
Repository
-
Last release
4 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

4 years ago

1.0.669

4 years ago

1.0.668

5 years ago

1.0.664

5 years ago

1.0.663

5 years ago

1.0.662

5 years ago

1.0.661

5 years ago

1.0.660

5 years ago

1.0.653

5 years ago

1.0.656

5 years ago

1.0.655

5 years ago

1.0.654

5 years ago

1.0.652

5 years ago

1.0.651

5 years ago

1.0.650

5 years ago

1.0.638

5 years ago

1.0.637

5 years ago

1.0.645

5 years ago

1.0.636

5 years ago

1.0.635

5 years ago

1.0.634

5 years ago

1.0.633

5 years ago

1.0.632

5 years ago

1.0.631

5 years ago

1.0.630

5 years ago

1.0.629

5 years ago

1.0.628

5 years ago

1.0.627

5 years ago

1.0.626

5 years ago

1.0.625

5 years ago

1.0.624

5 years ago

1.0.623

5 years ago

1.0.621

5 years ago

1.0.620

5 years ago

1.0.619

5 years ago

1.0.618

5 years ago

1.0.617

5 years ago

1.0.616

5 years ago

1.0.615

5 years ago

1.0.614

5 years ago

1.0.613

5 years ago

1.0.612

5 years ago

1.0.525

5 years ago

1.0.524

5 years ago

1.0.523

5 years ago

1.0.522

5 years ago

1.0.521

5 years ago

1.0.520

5 years ago

1.0.518

5 years ago

1.0.517

5 years ago

1.0.516

5 years ago

1.0.515

5 years ago

1.0.514

5 years ago

1.0.513

5 years ago

1.0.512

5 years ago

1.0.511

5 years ago

1.0.510

5 years ago

1.0.508

5 years ago

1.0.507

5 years ago

1.0.506

5 years ago

1.0.505

5 years ago

1.0.504

5 years ago

1.0.503

5 years ago

1.0.502

5 years ago

1.0.501

5 years ago

1.0.50

5 years ago

1.0.49

5 years ago

1.0.48

5 years ago

1.0.47

5 years ago

1.0.46

5 years ago

1.0.45

5 years ago

1.0.44

5 years ago

1.0.43

5 years ago

1.0.42

5 years ago

1.0.41

5 years ago

1.0.40

5 years ago

1.0.39

5 years ago

1.0.38

5 years ago

1.0.37

5 years ago

1.0.36

5 years ago

1.0.35

5 years ago

1.0.34

5 years ago

1.0.33

5 years ago

1.0.32

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.29

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago