Results 10 comments of 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: ![simulator screen shot - iphone 6 plus - 2018-02-26 at 16 11 17](https://user-images.githubusercontent.com/7994467/36677986-e3df6d74-1b0f-11e8-8145-d8075a6daeb6.png)

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!