Created
May 11, 2026 12:40
-
-
Save karthiks/69f5c5b2071cc48b05c7871b18d62bda to your computer and use it in GitHub Desktop.
Sample app.config.js fore reference if you are on Expo RN project leveraging TypeScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pkg from './package.json'; | |
| export default { | |
| expo: { | |
| name: "My App", | |
| version: pkg.version, // Automatically pulls from package.json | |
| android: { | |
| package: "com.mydomain.app" | |
| } | |
| } | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment