JSPM

@telysoft/react-native-bluetooth

1.0.4
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q52985F
    • License ISC

    Bluetooth Library

    Package Exports

    • @telysoft/react-native-bluetooth

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@telysoft/react-native-bluetooth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @telysoft/react-native-bluetooth

    Getting started

    $ npm install @telysoft/react-native-bluetooth --save

    Mostly automatic installation

    $ react-native link @telysoft/react-native-bluetooth

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

    Windows

    Read it! :D

    1. In Visual Studio add the RNTelysoftBluetooth.sln in node_modules/@telysoft/react-native-bluetooth/windows/RNTelysoftBluetooth.sln folder to their solution, reference from their app.
    2. Open up your MainPage.cs app
    • Add using Telysoft.Bluetooth.RNTelysoftBluetooth; to the usings at the top of the file
    • Add new RNTelysoftBluetoothPackage() to the List<IReactPackage> returned by the Packages method

    Usage

    import RNTelysoftBluetooth from '@telysoft/react-native-bluetooth';
    
    // TODO: What to do with the module?
    RNTelysoftBluetooth;