Kudo Chien

Results 382 comments of Kudo Chien

hey @watadarkstar, the problems were the libs from native modules like **libexpo-modules-core.so** or **libexpo-gl.so**. the app's build.gradle using config-plugin is not targeting for these libs. if you were not update...

* **#36674** * **#36670** * **#36669** 👈 (View in Graphite) * `main` This stack of pull requests is managed by Graphite. Learn more about stacking.

### Merge activity * **May 7, 12:54 PM EDT**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.dev/github/pr/expo/expo/36669). * **May 7, 12:55 PM EDT**: @Kudo merged...

the root cause is actually coming from expo-sqlite and i have a solution pr at https://github.com/expo/expo/pull/37246. thanks for sharing the issue

i published `[email protected]` for the fix. please try to use `npx expo run:[android|ios]` or `eas build` instead of expo-go. because expo-go need to waits for more fixes and sends app...

hi there! having `const Object = ` in global namespace is not recommended, because it overrides the `Object`. something like this will break too: ``` const window = 'aWindow'; export...

find a workaround for this problem. please try to add [`enumerableModuleMeta`](https://babeljs.io/docs/assumptions#enumerablemodulemeta) to babel. for example, ```js module.exports = function (api) { api.cache(true); return { presets: ['babel-preset-expo'], assumptions: { 'enumerableModuleMeta': true...

thanks for the nice contribution. do you mind to share how you test the topic notifications? if it's feasible, i would like to have some test in our [test workflows](https://github.com/expo/expo/blob/main/apps/test-suite/tests/Notifications.js)...

thanks @mmomtchev! let me figure out how to integrate this to our test code.

@vanstinator interesting! eas should use the same fingerprint from your project. could you share your eas build id that we could further investigate? e.g. https://expo.dev/accounts/XXX/projects/XXX/builds/ee1bad22-a2c6-4c10-8ef2-281ea15980ee, the `ee1bad22-a2c6-4c10-8ef2-281ea15980ee` is the build...