Jacky Wijaya
Jacky Wijaya
## Steps to reproduce 1. Map the model attribute `createdAt` to field `created_at` 2. Create line dashboard grouping by createdAt attribute ## Expected behavior Dashboard show no error. ## Actual...
## Steps 1. Modify AppNavigatorSwitch.web.js 2. Try save the file ## Expected webpack recompiling.
To make the default react navigation state value from Screen Component that match URL, we must give persistenceKey, so default react navigation state would be `null`. https://github.com/react-navigation/react-navigation/blob/c4b84f1d66dfef522afed447563c6c169e5e09a2/src/createNavigationContainer.js#L93-L98 Next, react navigation,...