-
I followed the guide exactly and ran into this error. I then cloned the repo and tried it, again same error.
It refers to /src/store.js:9 which is const store = createStore(
Any ideas what thi…
-
Rather than worrying about how to integrate with Redux/Flux/Reflux/etc, I've found the best way to integrate this with a single page app is to use context.
Given this structure in my App container …
-
Hi all! I am using an example from the readme and as result, I always receive push-notifications no difference the app in an active state or background state, but I would like to show notifications on…
-
-
Hi Guys, why when I add a new property on my Redux INITIAL_STATE, this new property is just droped on REHYDRATE step of Redux Persist instead of being merged with local state?
I already tried to co…
-
I am importing the styles in the following way but when I `console.log(styles)`, it is returning`{}`
```import styles from '#/screens/auth/SignIn.scss';```
I have attached my files.
metro.confi…
-
# Bug report
## Summary
I am trying to acheive Push Notifications for both Android & iOS (Foreground & Background). I followed the official firebase docs and was able to run it correctly on Andr…
-
{
"name": "frontend-forum-example",
"version": "1.4.2",
"author": "mobileschool",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
…
-
- Claim a profile
- Prevent name changes unless logged in user is the profile user
- lastLoginDate on User model
- Logged in status (show a green icon if a user has logged in during the last 5 mi…
-
gg