Skip to content

Conversation

@dd-oleksii
Copy link
Collaborator

@dd-oleksii dd-oleksii commented Jan 8, 2026

Eppo Internal:

🎟️ Fixes FFL-1642

Motivation and Context

The old example app was outdated and had a vulnerability. It needed to be migrated to a modern Expo setup.

Description

  • Ported old example to new Expo Router template
  • Moved API key to environment variable (EXPO_PUBLIC_EPPO_API_KEY)
  • Simplified configuration by using published SDK package instead of local linking. (Updated README with setup instructions and local SDK testing guide)

How has this been documented?

Updated example/README.md with:

  • Setup instructions (API key configuration, flag/subject customization)
  • Instructions for testing with local SDK changes
  • Project structure overview

How has this been tested?

Tested that example still works.

@dd-oleksii dd-oleksii force-pushed the oleksii/jj-pvozkwkmxutr branch from 42b435f to 341acfa Compare January 8, 2026 14:46
@dd-oleksii dd-oleksii force-pushed the oleksii/jj-pvozkwkmxutr branch from 341acfa to 9eea236 Compare January 8, 2026 14:54
"exclude": [
"node_modules",
"dist",
"example"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

top-level tsc was trying to type-check example and failed because it doesn't know about the dependencies. excluding that directory here

@dd-oleksii dd-oleksii merged commit 59f967e into main Jan 8, 2026
3 checks passed
@dd-oleksii dd-oleksii deleted the oleksii/jj-pvozkwkmxutr branch January 8, 2026 14:59
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.

3 participants