react-native-aztec
react-native-aztec copied to clipboard
Wrapping Aztec Android and Aztec iOS in a React Native component
This is the first project thread / TODO list for Android. - [x] ~#11 The "HTML" editor is blank. It seems to me that is not properly drawn/layout'ed on the...
Bumps [morgan](https://github.com/expressjs/morgan) from 1.9.0 to 1.10.0. Release notes Sourced from morgan's releases. 1.10.0 Add :total-time token Fix trailing space in colored status code for dev format deps: basic-auth@~2.0.1 deps: [email protected]...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.14.0. Changelog Sourced from js-yaml's changelog. [3.14.0] - 2020-05-22 Changed Support safe/loadAll(input, options) variant of call. CI: drop outdated nodejs versions. Dev deps bump. Fixed...
How i can use this lib when git subtree'd this repo into https://github.com/wordpress-mobile/gutenberg-mobile ?
Once the component is ready for use as a library, (prerequisites: #5 and #7), integrate it to be used as an item in the ReactNativeRecyclerViewList (https://github.com/wordpress-mobile/react-native-recyclerview-list)
Publish to `npm` following the guidelines in https://docs.npmjs.com/getting-started/creating-node-modules
We've added the ability to set/unset the focus via JS calls (ReactNative App -> AztecWrapper) in Android [here](https://github.com/wordpress-mobile/react-native-aztec/pull/75/commits/5c82d4e06e2fb5bedf772bcf1f62c4e9cfbc23c0). We should add the same feature to iOS, otherwise, if it will...
The editor doesn't scroll to the caret position when typing outside of the visible area.
We've noticed huge performance issues when integrating RNAztec-android in gb-mobile. Every time a user inserts new content in the editor, an event is triggered and the JS side gets the...