-
### Current behavior
After to update our project to the last RN version and also react-navigation version, we started to receive this message in log:
**(NOBRIDGE) ERROR Warning: React.jsx: type is…
-
### Summary
I thought I was crazy because this started happening this morning and I thought I broke something by writing some code wrong, but nope, a fresh RN project install has the same issue:
`…
-
Here my **RootComponent** class
```
class RootComponent(componentContext: ComponentContext) : ComponentContext by componentContext {
private val navigation = StackNavigation()
val chi…
-
Whats the best way to preview components if you use tiamat?
Since the lib encourage users to create a components like that:
```kotlin
val SomeComp by navDestination {
val args = navArgs()
v…
-
### Current behavior
Prior to updating RN and RN Navigation, I was able to have a global modal using a context without any issue with how it displayed. Since the update, the modal displays at the top…
-
### Current behavior
I am using the navigation created with @react-navigation/native-stack and have set headerShadowVisible: false. Everything works fine on screen A, but when I navigate from A to B …
-
### Current behavior
Hi there. As I mentioned in title, I founded an issue with SectionList scrolling when the screen presentation: 'modal with TransitionPresets.ModalPresentationIOS for Android dev…
-
### Current behavior
https://github.com/user-attachments/assets/2b6d3ab8-8720-4b4a-b53c-a6a65253abac
**You can see that between 2-4 seconds into the video, I did a reload and the tab and header wobb…
-
Hi! This works flawlessly except for a sporadic vertical shift glitch on Android. Sporadically the whole screen shifts up and down for a few milliseconds. I think it gets more triggered when I interac…
joaqo updated
6 hours ago
-
### Description
I have a very specific scenario for my Brownfield app but encountered other developers that share the same implementation limitation -- not specific for this library, but more common …