-
-
Are there TypeScript typings available?
Something like this (just took a stab)
```
declare module 'react-native-navigation-search-bar' {
export type RNNSearchBarProps = {
search?: string;…
-
### Current Behavior
The BottomSheet component, implemented to handle modal interactions, fails to behave as expected when switching tabs or navigating between routes. It appears that the state or vi…
-
### Description
Getting this the first time i load `react-native-reanimated`
When running `npx expo start --dev-client --clear`
Full stack is
```
error: components/Splash/index.tsx: /Users…
-
When using a splitview setup, where both the master and detail config is setup as a navigation stack, the styling only seems to apply to the master navigation stack.
I'll post an extensive config I…
-
**Current Behavior**
```
import React from 'react';
import { StyleSheet, View } from 'react-native';
import {
SafeAreaView
} from 'react-navigation'
const App = () => {
return (
…
-
### Summary
`npx expo start --tunnel`
results in:
Starting project at /project_location
Starting Metro Bundler
CommandError: TypeError [ERR_INVALID_ARG_TYPE]: The "file" argument must be of …
-
https://user-images.githubusercontent.com/6340397/117680607-9ca02200-b1b1-11eb-851b-f30ab92622b6.mp4
# Bug
I added a backdrop to the "Dynamic Snap Point" example and experienced flickering o…
-
Hello there,
I have some suggestions without official PR so far.
The new package 'react-navigation' (first item in the category navigation) is intended to replace all other navigation solutions …
-
**Describe the bug**
So I have 2 issues with react-native-draggable-flatlist, one is that if I use in my ListHeaderComponent (or ListFooterComponenet), I am unable to drag images without getting the…