-
The React Native [`PushNotificationIOS`](https://facebook.github.io/react-native/docs/pushnotificationios.html) module has a `getInitialNotification()` method that allows fetching the notification tha…
bhoop updated
5 years ago
-
I've seen a lot of questions about this problem and none of the solutions I've seen out there quite address it in a flexible enough manner for my purposes, so I decided to do this little write-up. If …
-
When the app is in the foreground or background, everything works great. However if the app is opened from a notification and the app isn't already running, the onOpened function is not firing.
-
**Do you want to request a _feature_ or report a _bug_?**
I am retrieving data from Salesforce using JS remote Actions and populating data in React JS.
The structure of my application:
My compon…
-
While migrating to Rematch, there is still significant chunk of the state which is managed by the plain reducers and actions, however Rematch doesn't seem to react to them
```javascript
reducers: …
-
from #2021
I thought the problem is on saga's default mode: RESTART_ON_REMOUNT
regarding to https://github.com/facebook/react/issues/11106
garaeon saids:
> Regarding componentWillUnmont.
>…
-
On IE11, when tabbing forward and backward through the following radio buttons, the focus and value changes happen differently from Chrome and Firefox.
**Reproduction method 1:** In the following c…
-
If I have a component using `ActiveState` mixin and some of its parents declare `shouldComponentUpdate`, the child won't update when active state changes.
This is _not_ normal because usually parent'…
-
# **Hurdle**
Storing the present navigation stack trace and retrieving it when necessary.
# **Docs**
AppState can tell you if the app is in the foreground or background, and notify you when the sta…
-
### **Description**
When receiving a push notification on iOS and the app is closed (not in the background), the push notification listener does not appear to fire when the notification is touc…