Rastislav Kostrab
Rastislav Kostrab
I am confirming that PushNotificationIOS.getInitialNotification() returns always null after tapping the notification in the notification center (and of course while an app is killed). v. 1.3.0
It seems, this issue is related to [this one](https://github.com/react-native-community/push-notification-ios/issues/24). You can close this issue.
@mathiasmoeller sorry, I've already fixed the link. Thanks
Here's a (weird, but working) workaround for anyone facing this issue: ```diff ... -import React from 'react'; +import React, { useCallback, useState } from 'react'; -import { NavigationContainer, useIsFocused }...
Unhandled JS Exception: undefined is not an object (evaluating '_reactNativeMediaMeta2.default.get')
Just remove prefix `file://` from your path.
I was also upset while failing builds... Then I noticed a new rn-vision-camera release and tried it before throwing my laptop through the window... No need for any patches from...
@mrousavy when I call `cameraRef.current.focus({ x: XXX, y: YYY })` then camera does not focus object at point XXX,YYY. Instead of that it looks like it just turns off autofocus....
Using sdk50 and debugger remains useless.
I've overcome that by setting `backgroundColor` of fthe `View` above `Expand` view
@kyle-ssg `minHeight={1}` is not working. code: ``` const { isExpanded } = this.state; this.setState({ isExpanded: !isExpanded }) } /> {"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce congue dolor...