Skip to content

A config plugin demo to showcase how to update native directories files

Notifications You must be signed in to change notification settings

androidguy30/Expo-Config-Demo

Repository files navigation

Expo Config Plugin Firebase Analytics Demo — TypeScript-only (no prebuilt JS)

This example does not include build/index.js. The plugin is TypeScript-only and compiled locally before expo prebuild.

Quickstart

npm i

# Add your real Firebase files:
#   credentials/android/google-services.json
#   credentials/ios/GoogleService-Info.plist

# Compile the plugin (creates build/index.js locally)
npm run plugin:build

# Apply the plugin and generate native projects
npm run prebuild

# iOS
npx pod-install
npm run ios

# Android
npm run android

Tip: Add "prepare": "npm run build" inside the plugin's package.json to auto-build on install.

About

A config plugin demo to showcase how to update native directories files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published