Jack Lawrence-Jones

Results 15 comments of Jack Lawrence-Jones

Your `_renderSectionTitle` function is also rendering the section content (in addition to `_renderContent`): ``` const _renderSectionTitle = (section) => { return ( {section.content} ); } ``` This is copied from...

I've had a similar problem when modifying the content while using the Simulator + Fast Refresh. The issue is that the content container's size is only calculated on open, not...

Actually, that's probably not the same issue - in the OP's case, perhaps wrap the content component in a ``, rather than it just being a `` component

I'm having the same issue - latest version of react-native-debugger still doesn't work.

Thanks @kayode0x. Sorry, I wasn’t clear enough - I know about using SF Symbols and Material Design icons. The readme implies that you can alternatively use an “icon name that...

Hey @tomascg2309, I’m not trying to fix objects to AR markers (I’m already doing that successfully) - I’m using ViroARCamera to fix some Viro Components to always be in the...

I've had a look through some of the native code but can't spot any obvious places where the onClick and onSwipe events are being confused. At the moment, on the...

@tomascg2309 that fix works for me, nice one, thanks! Only issue is I'm animating the material of my ``, and if I move the animations up to the `` parent,...

We're seeing this too, in latest OneSignal React Native. On all types of devices, not just Amazon

Seeing the same issue on latest version (4.5.0). We are using `addTrigger`, but not in any background tasks.