Archimedes Trajano
Archimedes Trajano
The other block is the `@config-plugins/react-native-blob-util` if it was managed by this project and not tied to expo@51 it will help, but please make sure you still allow expo 51...
@RonRadtke for my issue specifically yes. Though we can lock to the current version if we need to remain in Expo 51 since it works so far. However, if you...
I'm not sure if I can make one yet the main reason for using this library is react-native-pdf which doesn't seem to work on Expo 52 at all.
@griffinshuth yep I enabled new arch to see what happens. Also new arch is default with new Expo 52 template
@RonRadtke I just need react-native-pdf to work with new arch as well. The reason for this lib for me was primarily for that module as Expo provides similar APIs already.
> Package "@notifee/react-native" does not contain a valid config plugin. When I added the app.json as per the documentation, it results in that one and looking at the code the...
Related post on NextCloud https://help.nextcloud.com/t/how-would-i-update-recognize-to-use-a-newer-version-of-amphp-parallel/227174/5
This ideally should link to https://github.com/expo/fyi/blob/main/eas-build-archive.md#how-do-i-opt-out-of-using-git but not sure how to set up that link on the MD.
I have also tried RUN --mount=type=cache,target=/home/ubuntu/.volta/cache,uid=1000,gid=1000 \ --mount=type=cache,target=/home/ubuntu/.volta/tools,uid=1000,gid=1000 \ --mount=type=tmpfs,target=/home/ubuntu/.volta/tmp \
With just this it also fails ``` RUN --mount=type=tmpfs,target=/home/ubuntu/.volta/tmp \ curl https://get.volta.sh | bash \ && volta install node@latest npm@latest \ ``` So I suspect it's something to do with...