Skip to content

roam-ai/roam-react-native-example

 
 

Repository files navigation

Roam React Native Example

Roam Location SDK example

Install dependencies

yarn
# or
npm install

Configuration

  • Edit MainApplication.java and replace "publishable_key" with your API key.

  • The bundleIdentifier should match the registered on Roam. Use npx react-native-rename <newName> -b <bundleIdentifier> to rename it.

    Example usage is as follows:

    # If you registered com.roamexample:
    npx react-native-rename "RoamExample" -b com.roamexample

Run the app

# To start Metro server
yarn start
# To install and launch your app on the android device 
yarn android

About

Roam Location SDK example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.1%
  • Java 18.1%
  • Objective-C 8.0%
  • Starlark 3.3%
  • Ruby 1.5%