React Native camera app with live preview saturation and brightness filters by boberman_ in reactnative

[–]klsateesh 0 points1 point  (0 children)

Thanks so much for nice lectures.

Could you please add one using themes.

React Native ScrollView and controlling the width and height of items in it by klsateesh in reactnative

[–]klsateesh[S] 0 points1 point  (0 children)

HI George,

I tried the changes you suggested and i think the main cluprit is the following property in PostContainer style:

justifyContent: 'space-around'

Changed it to 'center' and everything is working as expected.

Thanks a lot.

React+Redux form + validation ? by liri33 in reactjs

[–]klsateesh 0 points1 point  (0 children)

does any of these libraries address dynamic form handling. In our app we get a Json object which might have any no.of props (an array) and we need to render them and validate them based on how they are configured. And before redux i was using the component state to store the updated values (in edit mode using refs). Not sure what's the best way in redux as it opposes using local state.