Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include documentation to use expo plugin #588

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

pettomartino
Copy link
Contributor

@pettomartino pettomartino commented Sep 18, 2023

Summary

Expo has a plugin system that allows to update native files pre-build without having to eject.
This MR adds to the documentation a link to a plugin I have developed to allow using react-native-camera-kit with Expo without eject.

How did you test this change?

  1. Create Expo app
npx create-expo-app test-expo-plugin
  1. Install plugin
npm install expo-react-native-camera-kit
  1. Build native
npx expo run:android
npx expo run:ios

Copy link
Collaborator

@scarlac scarlac left a comment

Choose a reason for hiding this comment

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

Thanks!

@scarlac scarlac merged commit a13cab8 into teslamotors:master Oct 10, 2023
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.

2 participants