Eudes Tenório
Eudes Tenório
### Current behaviour If the StatusBar has a background color, the Toast with placement "Top" is partially hidden by the StatusBar ### Expected behaviour Toast calculate the margin with reference...
## Describe the feature I saw that there are numerous issues saying that the height of the PagerView is not according to the height of the children. I wish it...
When "./gradlew assembleRelease" I get this error: ``` > Task :react-native-text-size:compileReleaseJavaWithJavac Note: C:\Users\MyUser\Documents\Git\my-app\node_modules\react-native-text-size\android\src\main\java\com\github\amarcruz\rntextsize\RNTextSizeModule.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. ```
Code: ```ts {`Text text text text`} ``` Error: ```bash Occurred while linting C:\Users\eudes\Documents\Git\lumine\src\screens\App\Maintenance\index.tsx:20 Rule: "react-native/no-raw-text" at report (C:\Users\eudes\Documents\Git\lumine\node_modules\eslint-plugin-react-native\lib\rules\no-raw-text.js:34:49) at TemplateLiteral (C:\Users\eudes\Documents\Git\lumine\node_modules\eslint-plugin-react-native\lib\rules\no-raw-text.js:85:9) at ruleErrorHandler (C:\Users\eudes\Documents\Git\lumine\node_modules\eslint\lib\linter\linter.js:1118:28) at C:\Users\eudes\Documents\Git\lumine\node_modules\eslint\lib\linter\safe-emitter.js:45:58 at Array.forEach () at...
Assuming "bordeColor" can be a string or undefined. Before the v6, the code below was accepted, now it gives the error `Error: Failed to parse declaration "borderColor: "` ``` ${({...
Hello, My current component is structured as follows, take into account that isFocused comes from the React Navigation hook: ```js ``` When the user returns to this screen after being...
Hello, Is it possible in rive-react-native? https://github.com/HayesGordon/rive_flutter_runtime_color_change_example
It would be interesting to have the ability to turn off the animation, the component works only statically. This is very useful for list in order to optimize loading.