Guns

Results 10 comments of Guns

Thanks @michaelcontento @gijoehosaphat can you confirm what your redux state looks like when you perform these actions. redux-storage saves your exact redux state as is.

can you confirm that the reducer to update the state does not remove the key. May be you can post the reducer here and we can have a look.

@Minori-Akizuki What you need is to execute the csvReader function for each file. something like this: ```js const csvReader = require('csvtojson') // and not const csvReader = require('csvtojson')() module.exports =...

I think you need to bundle the app for first time use. I felt into the same problem but resolved with running `node node_modules/react-native/local-cli/cli.js bundle --dev false --assets-dest ./ios --entry-file...

I need it because I am using wix/react-native-navigation which does not have a root View. So my best bet was if it was possible to use it with bridge since...

Hey @fabriciovergal can you also help with an objective c equivalent of these as well please ```swift RNWorkersManager.sharedInstance().simulationEnabled = true RNWorkersManager.sharedInstance().start(with: rootView) ```

Figured out to be ```objective-c // for RNWorkersManager.sharedInstance().start(with: rootView) [[RNWorkersManager sharedInstance] startWorkersWithRootView:rootView]; ``` _Thanks to Xcode autocomplete_ 😉

When you create a new version from the AWS management console, the tasks are updated correctly. However, with the next deployment, the deployment would fail since the ports are named...

Sorry, My bad. added accounts-package before adding nimble:restivus and it resolved.