[expo-updates and expo-assets] what are the mandatory unimodules?
See original GitHub issueI 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:
- Created 3 years ago
- Comments:10 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 😃
@brentvatne I just tried out
expo-updates
with latest stablereact-native
and it seems working fine. Also verified the release build with OTA updates. Here are all the files if anyone would like to useexpo-updates
with latestreact-native
https://gist.github.com/samithaf/9a434d0e0feee6babdc35861d454c458