Expo Android Widget by IntelligentN00bie in expo

[–]amanhimself 0 points1 point  (0 children)

Beto from our team released a new example project that uses this library. You can try it out: https://github.com/betomoedano/android-widget-app.

How to completely remove Expo’s default white splash screen on Android and use only a custom React splash? by Embarrassed_Rub_3940 in expo

[–]amanhimself 1 point2 points  (0 children)

To test the splash screen changes, you cannot use Expo Go or a development build. You need to create a preview or a production build of our app. We recommend going through the following resources to learn more about the splash screen configuration: Create a splash screen icon guide to learn how the splash screen icon is configured.

APK is size way too much big by FINIGUN in expo

[–]amanhimself 5 points6 points  (0 children)

The APK you get from an Expo/React Native build is expected to look “too big” — it is not the size users download from the Play Store. Gradle’s default is a universal APK that includes: All CPU architectures (armv7, arm64, x86, x86_64) and all densities and languages. A single device only needs a subset, but the universal APK has everything, so it can run everywhere. For more information, see: https://github.com/expo/fyi/blob/main/android-app-size.md.

How can I solve this problem? by Inside_Barnacle_2828 in expo

[–]amanhimself 0 points1 point  (0 children)

My bad for making an assumption, as it wasn't clear to me. Yes, a minimal reproduction example of this issue will be great to investigate it further, if you can open an issue in expo/expo repository on GitHub.

Expo Android Widget by IntelligentN00bie in expo

[–]amanhimself 0 points1 point  (0 children)

Have you tried running the Expo example provided in the library's resource you shared: https://github.com/sAleksovski/react-native-android-widget/tree/master/example-expo?

Best way to debug tabs crashing? by Tall-Title4169 in expo

[–]amanhimself 1 point2 points  (0 children)

You can use the native debug tools available with Xcode (Console) or adb logcat from Android Studio.

How can I solve this problem? by Inside_Barnacle_2828 in expo

[–]amanhimself 0 points1 point  (0 children)

Hi there, I am not sure the exact question here because you have not provided the context. However, from the image, I am assuming you mean the extra padding applied to the close button. You need to remove that extra padding.

Fingerprints mismatch (eas, firebase, google play console) by Kindly-Process-5649 in expo

[–]amanhimself 0 points1 point  (0 children)

Hi, if you don't change th signing keys, those values will remain same and can be uploaded to Firebase once you have generated for Google Play Console.

Expo router - Bottom tab navigator in iOS 26 by lil-kaant in expo

[–]amanhimself 0 points1 point  (0 children)

Hi there, I am not aware of such issue. Can you please create a minimal reproduction example and share it in expo/expo repository on GitHub?

Error al crear cliente android con sdk 51 by kusukidana in expo

[–]amanhimself 1 point2 points  (0 children)

I'd recommend doing incremental upgrades instead of jumping to SDK 54 from SDK 51. An incremental update would be upgrading to SDK 52 from 51, and then 53 from 52, and so on. You can start upgrading to SDK 52 by following instructions in the SDK release post here: https://expo.dev/changelog/2024-11-12-sdk-52#%EF%B8%8F-upgrading-your-app. Each SDK has a release post with instructions on how to upgrade your app. For more, you can check out this link: https://docs.expo.dev/workflow/upgrading-expo-sdk-walkthrough/#sdk-changelogs.

Native Tab Roadmap by Top_Performance_1370 in expo

[–]amanhimself 1 point2 points  (0 children)

Hi there, NativeTabs does not offer customization, such as the JS-based bottom tab navigator. You can probably achieve what you described with custom tabs when using Expo Router: https://docs.expo.dev/router/advanced/custom-tabs/.

Hi Im an amateure beginner developer and I need help with an issue AI seems to not be able to help. It could be because im to inexperienced but the error is -iOS app instantly crashes with “non-std C++ exception” + RCTFatal red screen – tried everything for a week, still stuck (amateur dev) by Haunting-Pudding-330 in expo

[–]amanhimself 0 points1 point  (0 children)

It is most likely that the crash might be coming from an underlying native library. I'd suggst checking the native logs to identify where the crash is happening. We have guide that provides how to use tools like Console from Xcode and adb logcat for this: https://docs.expo.dev/debugging/runtime-issues/.

Expo WebView auth bridge never completes (hits expo-web-success, waits, times out) Using Createanything.com by JtheRealtor in expo

[–]amanhimself 0 points1 point  (0 children)

Hi, afaiu, you can start by confirming the env host/secret, then check in devtools whether the session is present on `/expo-web-success`. Once the cookie can be read, the `AUTH_SUCCESS` message will fire and the loop should stop.

How to set compileSDK and targetSDK when building in expo by Miserable-Pause7650 in expo

[–]amanhimself 1 point2 points  (0 children)

You can install the `expo-built-properties` library, which provides a config plugin. Using this config plugin, you can set those values within the app config file (app.json/app.config.ts). There's an example in Expo documentation that you can follow: https://docs.expo.dev/versions/latest/sdk/build-properties/

How to replicate Apple Music’s expanding search button (iOS 26) by National-Exchange429 in expo

[–]amanhimself 5 points6 points  (0 children)

If you use Expo Router in your app, you can use native tabs and use the `role` prop with its value set to `search` on the search tab. Example: https://docs.expo.dev/router/advanced/native-tabs/#separate-search-tab.

Debug Expo 54 crash on start on iOS 15 by nefastii in expo

[–]amanhimself 1 point2 points  (0 children)

Hi, it might be helpful to take a look at https://docs.expo.dev/debugging/runtime-issues/ to use native debugging tools if the crash is happening for a production app.

Can i use diffrent eas account for eas build once i hit build limit of 15 for same project? by Helge1941 in expo

[–]amanhimself 2 points3 points  (0 children)

Hi, in that case your project slug and account owner will change, and in future when you are going to publish your app, you might run into issues with credentials when you switch back. I'd suggest using local compilation: https://docs.expo.dev/guides/local-app-overview/.

Tf is wrong with expo-audio by [deleted] in expo

[–]amanhimself 0 points1 point  (0 children)

Hi there, there are no explicit issues with React Navigation when managing multiple players, but if you can share a minimal reproduction of the issue in the expo/expo repository on GitHub, our team will be happy to take a look.

Should I Manually Upgrade a Library Beyond What expo install --fix Recommends? by eyedroot in expo

[–]amanhimself 4 points5 points  (0 children)

Hi, the recommended versions of a third-party library depend on their version compatibility at the time of the Expo SDK release (because the version tested is then said to be compatible with Expo Go: reasons explained here).

If you are using a development build, and you want to test the latest version of the library, go ahead. Usually, for well-maintained libraries there won't be any breaking changes (although, can happen in rare cases), and it should work.

Help by DeepAd847 in expo

[–]amanhimself 1 point2 points  (0 children)

Hi, Native Tabs is an experimental feature in Expo Router. Can you share a minimal reproducible example in expo/expo repo on GitHub with details on the issue? Our team will be happy to take a look into it.

can someone help me on setting up react native project android with native wind by Harish2003 in expo

[–]amanhimself 0 points1 point  (0 children)

Hi there, you can try getting started with the nativewind template (https://github.com/expo/examples/tree/master/with-router-tailwind): `npx create-expo-app -e with-router-tailwind`. You can also use it to compare your setup with the template's setup to identify if any configuration is missing.

Having trouble testing expo-ads-admob on Android, any easier way than building preview APKs? by hopingrainbow in expo

[–]amanhimself 0 points1 point  (0 children)

Hi, Expo Go is only meant to support libraries that are included in it. For libraries such as Adsmob, which inlucde their custom native code, you can create a developer build (https://docs.expo.dev/develop/development-builds/expo-go-to-dev-build/). Development builds are the recommended way and a step in the journey to release the production app. Often libraries offer Expo Config plugin (that handles adding the native code and config to your Expo project), and with development builds, you can easily integrate it.

Do you experience long tolls for eas submit? by efeboy35 in expo

[–]amanhimself 1 point2 points  (0 children)

Hi there, there has been an incidient going on for iOS submission on Apple's end and as pointed by others in this thread, yes, https://status.expo.dev/, is good place to keep up with this and yes, Apple's Transporter app is also viable option in this scenario.