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.

[expo-updates and expo-assets] what are the mandatory unimodules?

See original GitHub issue

I am trying to wire up expo-updates and expo-assets so that I can use OTA in an application created using react-native init. As per the docs I need to install react-native unimodules before I install the expo-updates and expo-assets. However I could not find in docs, what are the mandatory uni modules that I need to consume expo-updates and expo-assets. If I know it then I can exclude unwanted modules like follows.

addUnimodulesDependencies([exclude: ['expo-face-detector']])

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
samithafcommented, Apr 29, 2020

aha cool. I will have a look. To be honest we are working on pretty large App and already started using React native navigation last year. Then we stopped for a while and started again.

But yes will have a look at react-native-screens project as well. We have fully native screens as well, so just need to see how all get wired up 😃

1reaction
samithafcommented, Apr 28, 2020

@brentvatne I just tried out expo-updates with latest stable react-native and it seems working fine. Also verified the release build with OTA updates. Here are all the files if anyone would like to use expo-updates with latest react-native

https://gist.github.com/samithaf/9a434d0e0feee6babdc35861d454c458

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add Expo to an existing project
Learn how to add Expo SDK to an existing React Native project. Are you migrating from react-native-unimodules ? If yes, please refer to...
Read more >
expo-updates - npm
expo -updates fetches and manages updates to your app stored on a remote server. See Updates docs for documentation of this universal ...
Read more >
expo-updates/README.md - UNPKG
Debug builds of iOS apps built for a real device **do** have assets bundled into the app binary, so they can be loaded...
Read more >
asset not loading when i add "expo-updates" - Stack Overflow
changing my metro config works for me module.exports = (async () => { const { resolver: { sourceExts, assetExts }, } = await ......
Read more >
Being free from “expo” in React Native apps - Medium
Expo allows you to work using an SDK with access to native functionalities easily saving your time whether you desire to create an...
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