-
# Bug Report
Running `tsc` causes an error message:
```
|| Error: Debug Failure.
|| at walk (/Users/derek/Workspace/***/node_modules/typescript/lib/tsc.js:98559:38)
|| at Object.forEa…
-
` "@nativescript/firebase-core": "^2.2.9",`
When i try to initialize firebase app, firebase() call doesn't return app instance
```
@NgModule({
bootstrap: [AppComponent],
imports: [],
…
-
### Issue Description
Pasting function does not work on any of TextField or TextView, SearchBar components on iOS.
This has been tested on the latest iOS 15.2 simulator and physical devices. In …
-
# Bug
The first time it works as expected, but once I move to some other screen and come back, all touch events are blocked by the backdrop overlay. Though, the backdrop component is not visibl…
-
**Description:** My bottom sheets are `fitToContents = false`, thus, they have a half-expanded state I try to disable on my end. The existing flags that I use work well for all touch events *except* f…
-
**Description:**
When I add a `RecyclerView` to that `FragmentContainerView`, the bottom of it is cut off (doesn't let me scroll to the end) by the same amount as I set as the `behavior_expandedOf…
-
## Steps to Reproduce
1. Show modal bottom sheet
2. Tap on hardware back button
3. Call Navigator.pop(context);
**Expected results:** Return to previous page
**Actual results:** Navigat…
-
### Steps to Reproduce the Problem
I couldn't reproduce the issue myself but found an Instabug report. It was most probably triggered by Shake for feedback as it was on a random screen in our app
…
-
**Describe the bug**
Inline images open correctly only once. The image cache must be manually cleared in order for the inline image to open again. Peaking on inline images works correctly multiple ti…
-
# Bug
Bottom Sheet with `index={-1}` changes the index to 0 when parent view gets hidden and then shows up again. Also for couple of milliseconds it covers the full screen. Its state should remain …