Jasper Reddin
Jasper Reddin
I just tried the demo on 14.0 (looks like build 15610) and it works for me. I'm still running Catalina so that might have something to do with it.
You're right, live streams are not working on the provided minimal demo.
react-native-font v0.3.0 was released, with full support for FontAwesome 6. However, the warnings are still showing up. The warning seems to be related to react-native-community/cli#1168. I think a simple fix...
Yeah @likon416 from my testing it seems these warnings are unrelated to the long release build times, which are actually related to the bundler's tree shaking process. Since you are...
Hi @robmadole, the warnings are resolved, at least in our project. Thank you for getting the release out and letting us know about the fix!
Happened as soon as I walked around my first time in forbidden valley. I tried to use a jetpack to get up but at one point as I got nearer...
@mhatami-ecotrak Are you able to reproduce this bug on a physical device? I tried your demo on a simulator, and it was buggy, but I could not reproduce it on...
> Would love a PR for this - the code change is easy but the big contribution will be that you do the quick/easy code change _and test it_ :-)...
Ah, looking at RN [source](https://github.com/facebook/react-native/blob/42b01a32a137f18ae9fd2f00914f2edb0e107421/Libraries/EventEmitter/NativeEventEmitter.js#L51-L71), you are right about the requirement not going away. Nothing about addListener/removeListeners has changed since the warnings were added in 0.65. The base class `RCTEventEmitter`...
After a whole afternoon of investigation I have found the issue. There is a system issue where the back button does not change to "Back" if the navigation item's `backButtonTitle`...