Vince Tripodi

Results 13 comments of Vince Tripodi

If you are finding that the selection moves somewhere unexpected after modifying the `EditorState` somehow, preserve the `SelectionState` before you modify your `editorState` and the `forceSelection` at the end of...

@schuma7 is noOp just an empty custom function you define?

I will try find some time to make this a PR :-)

@henrypip haven't had a chance to get a proper pull request for this however I have got a working example on my project which I will use to create a...

@henrypip getting started on this. No timeline but appreciate the check in.

@a554878526 @orchsik jcenter has shutdown in the last 24 hours I think. You should `grep "jcenter"` and see which modules in your project contain references to it still. Upgrade those...

Yep +1 to this. Release new npm version. Cheers

Please merge this. `v7.0.5` does not include this change https://github.com/microsoft/react-native-code-push/blob/master/android/build.gradle#L5 https://github.com/microsoft/react-native-code-push/blob/master/android/build.gradle#L18

@chetstone Given a SortableListView with data [ {title: "Object 1"}, {title: "Object 2"}, {title: "Object 3"}, {title: "Object 4"}, ] It would be great to constrain the bounds with which...