theta-ble-client-react-native
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

theta-ble-client-react-native

This library provides a way to control RICOH THETA using.

Prerequisite

  • Build react-native wrapper

    theta-ble-client$ cd react-native
    react-native$ yarn
    react-native$ sh ./mkpackage.sh
  • Install react-native

Creating a project

  • Create a project using react-native-cli, then add theta-ble-client.

    $ npx react-native@latest init YourProject
    $ cd YourProject
    $ yarn add [theta-ble-client directory]/react-native/package
  • Settings on android

    • YourProject/android/build.gradle
      • set minSdkVersion to 26 or later.
  • Settings on iOS

    • YourProject/ios/Podfile
      • Set platform :ios to '14.0' or later.
  • Building and execution

    $ cd YourProject
    $ yarn install
    $ yarn run android
    
    OR
    
    $ yarn run ios
    

    You can execute metro bundler on other terminal in advance.

    $ yarn start
    

Package Sidebar

Install

npm i theta-ble-client-react-native

Weekly Downloads

57

Version

1.2.0

License

MIT

Unpacked Size

447 kB

Total Files

299

Last publish

Collaborators

  • osakila
  • lassicym