-
I am trying to set up a test using `@testing-library/react-native` and React navigation. I am trying to test that my header has the correct title and I am also trying to test by navigating using a cus…
-
I am importing the styles in the following way but when I `console.log(styles)`, it is returning`{}`
```import styles from '#/screens/auth/SignIn.scss';```
I have attached my files.
metro.confi…
-
### Description
Our team realised that our apps we made, on certain Android device, the view doesnt go to the bottom edge of the screens. there's always a spacing. At first we thought it was React …
-
package.json
{
"name": "my-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": …
-
### Current behavior
Tabs are becomes unresponsive when switching between the tabs while keyboard is open.
And this issue will go if i disable the keyboard avoiding view from the main screen.
…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
### Current Behavior
Specifying `fontVariant` on Text with boolean varian causes a typescript error
### Expected Behavior
No TS errors.
### Tamagui Version
```markdown
1.102.1
```
### Platform…
-
### Current behavior
When switching between tabs of a bottom-tabs navigator, the previous screen's content will sometimes persist on the next screen for an extra frame causing the switch between ta…
-
Hello, I'm using React Native and I have an error just for iOS production, while it works fine for Android production and in the Expo app for both platforms.
My code is the following
```
const …
-
# Bug Report
EVENT_ON_BAR_CODE_READ("onBarCodeRead")
Conflicts with other third-party components "react-native-smart-barcode"
**To Do First**
- [Y ] Did you try latest release?
- [Y] Did you…