Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use this package with create-expo app #22

Open
JaguarsCodehub opened this issue Nov 18, 2022 · 1 comment
Open

Can't use this package with create-expo app #22

JaguarsCodehub opened this issue Nov 18, 2022 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@JaguarsCodehub
Copy link

This package is not compatible with expo

How you can reproduce this issue

  • npm i -g expo-cli
  • npx create-expo-app my-app
  • npm i @alan-ai/alan-sdk-react-native
  • import { 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

image

The alan sdk package runs very well on Android Studio Emulator but after a lot of configurations on the emulator.

@andreyryabov andreyryabov added the help wanted Extra attention is needed label Nov 18, 2022
@snyuryev
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants