0.2.4 • Published 2 years ago

nwapplogger-react-native-sdk v0.2.4

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

nwapplogger-react-native-sdk

Getting started

$ npm install nwapplogger-react-native-sdk --save

Mostly automatic installation

$ react-native link nwapplogger-react-native-sdk

Manual installation

iOS

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

Usage

import NWAppLogger from 'nwapplogger-react-native-sdk';

// TODO: What to do with the module?
NWAppLogger;

Issue

  1. https://npm.fontawesome.com/@fortawesome/pro-duotone-svg-icons/-/5.15.1/pro-duotone-svg-icons-5.15.1.tgz: Request failed \"401 Unauthorized
  2. Open https://fontawesome.com/account
  3. Package Manager Token : https://fontawesome.com/account
  4. npm config set "@fortawesome:registry" https://npm.fontawesome.com/
  5. npm config set "//npm.fontawesome.com/:_authToken" C68F9DDA-31F6-4850-A095-1638F8E87987
0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago