nzmedet

Results 22 comments of nzmedet

Still not clear how to render saved form data.

``` react-native-alphabetlistview # works with expo react-native-fcm # cannot install, use import { Notifications } from 'expo' react-native-image-crop-picker # import { ImagePicker } from 'expo' react-native-loading-spinner-overlay # works with expo...

@srtucker22 that can't be true, much easier with expo, and you can test on devices

@jraadt it doesn't work either tho

for anyone struggling, just install without graphics, its straightforward and easy. later it will give option to install desktop environment (checked by default) After installation finished, move USB disk down...

Yes, thanks, but somehow i cannot use it in MEAN.JS stack, when user registers, it's ok, then it can sign-in, but when he signs-out and sign-ins again, the password hashes...

There is a good sample, https://github.com/castlewhitehall/meanjs-with-token-auth Did anyone tried to patch existing project with that token-auth?

Im using this script unless guys fix it fix.sh file ``` cp ./node_modules/react-native/Libraries/DeprecatedPropTypes/DeprecatedViewStylePropTypes.js ./node_modules/react-native/Libraries/Components/View/ViewStylePropTypes.js cp ./node_modules/react-native/Libraries/DeprecatedPropTypes/DeprecatedColorPropType.js ./node_modules/react-native/Libraries/StyleSheet/ColorPropType.js cp ./node_modules/react-native/Libraries/DeprecatedPropTypes/DeprecatedImageStylePropTypes.js ./node_modules/react-native/Libraries/Image/ImageStylePropTypes.js ``` and in package.json ``` { "scripts": { "postinstall": "sh...

It works well with ui-router https://github.com/vko-online/Angular-Hero-Sample

Similar to https://github.com/mjangir/formik-wizard-form/pull/16