Skip to content

fix: running example ios and android apps#513

Open
thiagobrez wants to merge 1 commit intomainfrom
fix/running-example-app
Open

fix: running example ios and android apps#513
thiagobrez wants to merge 1 commit intomainfrom
fix/running-example-app

Conversation

@thiagobrez
Copy link
Copy Markdown
Contributor

@thiagobrez thiagobrez commented Apr 14, 2026

PR Description

The example app doesn't run out of the box when running yarn ios or yarn android.

iOS fails because it tries to install pods, but expects a Gemfile that doesn't exist.

Android fails to install on device because of wrong activity name.

The fixes here make it better. Runs nicely on iOS, and on Android need to runyarn build:android first.

I'm planning for a followup PR later which improves the example app architecture as a whole, to facilitate running and maintaining.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant