Pablo Albaladejo
Pablo Albaladejo
I have solved the issue deleting the folder `/tmp/dynamodb-local` https://github.com/rynop/dynamodb-local/issues/30#issuecomment-2061344434
You can try my fork fixing the isuse: https://github.com/karma-emprendedor/cordova-plugin-inapppurchase Just add it at the package.json: `"cordova-plugin-inapppurchase": "git+https://github.com/karma-emprendedor/cordova-plugin-inapppurchase.git",`
My fork include this feature: https://github.com/pablo-albaladejo/react-native-datepicker
Thanks @jenskuhrjorgensen, There is no issue at the Android Datepicker locale; it just read the system locale. Screenshots of the component:
My fork include this feature: https://github.com/pablo-albaladejo/react-native-datepicker
@ngocnguyen09910060 my [fork](https://github.com/pablo-albaladejo/react-native-datepicker) works: provides: 
Hi @ngocnguyen09910060 Update you package.json as follows: ``` "react": "16.2.0", "react-native": "0.52.0", "react-native-datepicker": "git+https://github.com/pablo-albaladejo/react-native-datepicker.git", ``` and run `rm -rf node_modules && npm install`
Hi there, **React-native** does not expose a locale param for Android: [DatePickerAndroid](https://facebook.github.io/react-native/docs/datepickerandroid.html) So it always will be localized as the OS is. On the other hand, iOS provides this feature:...
I solved the problem by deleting the directory `/tmp/dynamodb-local` on Linux For other operating systems, it's the one defined at https://github.com/rynop/dynamodb-local/blob/master/index.js#L17
Thanks @JonSmart, your fork works like a charm!