Skip to content

Instantly share code, notes, and snippets.

@karthiks
Created May 11, 2026 12:40
Show Gist options
  • Select an option

  • Save karthiks/69f5c5b2071cc48b05c7871b18d62bda to your computer and use it in GitHub Desktop.

Select an option

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
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