fyi
fyi copied to clipboard
Little bits of information that you may find useful when interacting with Expo tools and service. Append the markdown filename to https://expo.fyi/ to get a quick link to it.
hi all When I want to build my project to android but failure , first issue is stated Plugin with id 'maven' not found. I checked from Internet and found...
All my IOS builds it's getting stuck and before to fisnish will stop with timeout Waiting in queue |■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | starting in about 130 minutes...
From document: > Do you want to integrate Expo modules in a React Native project without Unimodules? Add the "expo": "~43.0.0" dependency in package.json first. I get the following error:...
I'm not sure where the problem lies exactly (I've been back and forth with Google support for about a week now trying to get to the bottom of it), but...
The page https://github.com/expo/fyi/blob/main/whats-in-the-sdk.md contains this text > We can't include each and every native module out there because that would make for an extremely heavy toolbox (i.e. large [binary size](http://expo.fyi/managed-app-size)...
Build error when running Android if BasePackageList.java is not deleted in Migrating to Expo modules
On migrating from expo-sdk42 to expo-sdk43 (react-native-unimodules->expo-modules) https://github.com/expo/fyi/blob/main/expo-modules-migration.md I didn't see this mentioned in the official instructions. BasePackageList.java, which is originally referenced by MainApplication.java, must be deleted. If you don't...
Updated the doc as per new rules. reference [Link 1](https://developer.android.com/studio/publish) [Link 2](https://support.google.com/googleplay/android-developer/answer/9859152?visit_id=637793391176887906-293301304&rd=1#privacy)
I have followed all the migration steps as mentioned the docs. For Android it's working as expected. But I am getting mentioned error from `AppDelegate.h`.
I'd like to know how to create a service worker for the web part of the project. I build the web part using expo and I needed to eject the...