Bene
Bene
### Current behavior I have this config: ```js const config = { screens: { Tabs: { screens: { Sortiment: { path: "sortiment", screens: { Category: { path: "k/:category?", exact: true...
### Current behavior Consider this state: ```js const state = { routes: [ { name: "RouteName", params: { arrayParam: ["Foo", "Bar"] } } ] }; ``` For this state object,...
I'm seeing this error in Crashlytics, but haven't been able to reproduce it. So far it only happened once, but it might still be worth fixing. ``` Fatal Exception: java.lang.NullPointerException:...
### Description I've had this error come up in Firebase Crashlytics a few times now: ``` Fatal Exception: java.lang.IndexOutOfBoundsException: index=68 count=67 at android.view.ViewGroup.addInArray(ViewGroup.java:6213) at android.view.ViewGroup.addViewInner(ViewGroup.java:6106) at android.view.ViewGroup.addView(ViewGroup.java:5903) at com.facebook.react.views.view.ReactViewGroup.addView(ReactViewGroup.java:464) at...
I need to show the right content manually but openRight is not working. Using react-native 0.59.2 https://codesandbox.io/embed/react-native-tn20w
**I'm submitting a ...** (check one with "x") ``` [x] bug report => see 'Providing a Reproducible Scenario' [] feature request => do not use Github for feature requests, see...
### Link to reproducible scenario https://codesandbox.io/p/sandbox/aggregation-overview-forked-8zqzwf ### Describe the bug Steps to reproduce 1. Create a grid with some columns using aggregations 2. Create an initialState which contains an aggregationModel...
When using Kysely in an Expo / React Native project, even without using migrations, Hermes fails to bundle because the migration provider includes a computed dynamic import. Since this code...