alan-sdk-reactnative
alan-sdk-reactnative copied to clipboard
Can't use this package with create-expo app
This package is not compatible with expo
How you can reproduce this issue
npm i -g expo-clinpx create-expo-app my-appnpm i @alan-ai/alan-sdk-react-nativeimport { AlanView } from '@alan-ai/alan-sdk-react-native';
Add Alan Button to your react native App Screen with project key from Alan Studio
<AlanView projectid={ALANSDK_PROJECT_KEY}/>
You will get this type of error in the terminal

The alan sdk package runs very well on Android Studio Emulator but after a lot of configurations on the emulator.
Hey @JaguarsCodehub Could you provide steps how do you run the app? Android or iOS? What device do use for testing?
btw: we recommend to use react-native-cli - our integration guide