question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[docs] expo modules setup with react-native v0.68.1

See original GitHub issue

Summary

The expo modules setup docs refer to AppDelegate.m but react-native version 0.68.1 changed this to AppDelegate.mm and the references in the docs are not the same in the current version. How do we use expo modules with react-native 0.68.1?

Link to the related docs page

https://docs.expo.dev/bare/installing-expo-modules/

Anything else?

Even if the docs page is outdated, is there currently a non documented way to do this? Since I am in the middle of the react-native update already I don’t want to revert all changes I made so far.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ulococommented, Jul 27, 2022

Great then I think we can close this. @KrisLau Thanks for pointing out.

1reaction
KrisLaucommented, Jul 26, 2022

Not sure if this was added after your post but for anyone looking at this now there are instructions for the AppDelegate.mm now in https://docs.expo.dev/bare/installing-expo-modules/#manual-installation

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add Expo to an existing project
The following instructions apply to installing the latest version of Expo modules in React Native 0.68. Terminal. Copy. npm install expo.
Read more >
Announcing React Native 0.68
Hello everyone! Today we are announcing the 0.68.0 release of React Native, with opt-in to the New React Native Architecture, bug fixes and ......
Read more >
Expo - Best of JS
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web. Mobile · React Native.
Read more >
Installation | React Native Reanimated - Software Mansion
We realize the project setup is very complex and you may not want to add that to your existing app rightaway. If you...
Read more >
Home - Documentation
Use the table below to find the version that best suites your application. React Native SDK, Auth0 SDK. v0.65.0, v2.11.0. v0.62.2, v2.5.0.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found