-
## Environment
```
System:
OS: macOS 12.6
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 680.34 MB / 32.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 14…
-
When using React Navigation there is an issue with the full view jumping including the navigation bar or buttons. This happen only when rotating the screen or the orientation changes from landscape to…
-
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
…
-
## Issue
Currently having issues sending a password reset email when the continue URL is included. When a whitelisted URL is included in the `actionCodeSettings` object firebase returns an `auth/in…
-
### Current behavior
Elevation doesn't work, with ios everything ok
Code:
![Снимок экрана 2021-10-12 в 16 00 08](https://user-images.githubusercontent.com/86955927/136960933-8998923b-5cba-489a-8d…
-
[Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file…
-
![image](https://github.com/thespacemanatee/react-native-material-datetime-picker/assets/68853189/a0f4986c-d630-40d0-bb33-86ed9c0e146b)
![image](https://github.com/thespacemanatee/react-native-materi…
-
My build.gradle file.
```
buildscript {
ext {
buildToolsVersion = "28.0.3"
supportLibVersion = "28.0.3"
minSdkVersion = 18
compileSdkVersion = 29
…
-
### Current behavior
I have two problems that seem to be related. I'm using a MaterialTopTabNavigator with tabBarScrollEnabled. It works fine when I initially have my screens under it. But in my fina…
-
### Current behavior
1. Receives link to the screen with params and opens that screen and passes parameters to it.
2. Receives link to the same screen with new params and ignores it.
### Expect…