Aure77

Results 19 issues of Aure77

French scan trad site

**Do you want to request a *feature* or report a *bug*?** a featured bug ? **What is the current behavior?** Exporting module using namespace export synthax is not allowed with...

This fix react-navigation/hooks#49

## Description I wan't to position an image in stack header that overlap between header & screen. I have created a custom headerTitle with an absolute position to do that....

Platform: Android
Repro provided

In [RNIntentHandler documentation](https://github.com/zo0r/react-native-push-notification/blame/master/README.md#L791-L793), it's say that `getBundleFromIntent` "_should return the bundle data that will be serialized to the 'notification.data'_" but in fact Bundle returned become the object sent to the...

## Environment ``` yarn run v1.22.18 $ /Users/me/Documents/bddf_app_pri/node_modules/.bin/react-native config error Failed to load configuration of your project. Config Validation Error: "project.android.mainFilePath" is not allowed at readConfigFromDisk (/Users/me/Documents/bddf_app_pri/node_modules/@react-native-community/cli-config/build/readConfigFromDisk.js:68:11) at loadConfig (/Users/me/Documents/bddf_app_pri/node_modules/@react-native-community/cli-config/build/loadConfig.js:59:65)...

bug report

## Description I got sometime a Network Request Error when using fetch on Samsung Ax phones on Android 10 only (1 request / 3 fail). After debugging native code (_NetworkingModule_),...

Stale
🌐Networking
Platform: Android
Type: Enhancement

**Is your feature request related to a problem? If so, Please describe.** In my firm, mobile app UA start with `${AppName}/${AppVersion} (${DEVICE_MODEL}; ${OS_NAME} ${OS_VERSION}; ${DEVICE_LOCALE})` ex: `MyApp/1.0.0 (iPhone 15,3; iPhone...

Type: feature request

**Intended outcome:** only components that use observable should be triggered. **Actual outcome:** `mobx/missing-observer` rule is suggested for all components even if they doesn't consume observable. **How to reproduce the issue:**...

🍗 enhancement
❔ question

**What is the current behavior?** In a monorepo, yarn workspace doesn't hoist one of my dependency & duplicate it on each workspace. I don't understand why. ``` yarn why react-native-reanimated...