Socket
Socket
Sign inDemoInstall

@ada-support/react-native-sdk

Package Overview
Dependencies
8
Maintainers
9
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ada-support/react-native-sdk

The Ada ReactNative is a small framework that is used to embed your Ada Chat bot into your ReactNative application.


Version published
Weekly downloads
3.9K
decreased by-22%
Maintainers
9
Created
Weekly downloads
 

Readme

Source

Ada React Native SDK

Go here for client-facing docs.

Prerequisites

You will need to have the below installed in order to run/compile the code

  • Java JDK - 17.x.x
  • Java - 8
  • XCode - Latest (get this from the App Store)
  • Android Studio - Latest
  • Node 16.x.x

Add the following to your PATH in bash (.profile) or zsh (.zshrc)

export ANDROID_HOME="/Users/<your mac user folder here>/Library/Android/sdk"
PATH="$PATH:${ANDROID_HOME}/platform-tools/"

Running the example app on Android

  1. To run the application on a simulated Android device, open Android Studio and start an AVD preferably one running Android 11 (API 30)
  2. In a terminal navigate to the sample folder, run npm run android:with-install to install all packages and install the module locally. It with automatically start up the simulator and install the app for you.

Running the example app on iOS

  1. In a terminal navigate to the sample folder and run npm install
  2. In another terminal, navigate to sample/ios and run pod install
  3. Once finished, run npm run ios:with-install. It with automatically start up the simulator and install the app for you.

Note

If you are having problems with npm install make sure you're on Node 16.x.x

Deploying to production

  1. Update the version number in the package.json file by incrementing the version value by 1 on the least significant value (eg. if version is 0.0.1, update it to 0.0.2)

  2. Get your PR reviewed and then squash and merge it to master. Merging your PR will automatically trigger the deploy to npm

Keywords

FAQs

Last updated on 05 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc