Tian Ooi

Results 4 comments of Tian Ooi

For me, I copied editor.html file from the module to android/app/src/main/assets, and then it showed up fine. Not sure why it doesn't do it on its own!

@remch1990 Yep, I just copied it there and it worked in android. I also removed the styling from @phuongpt's suggestion. I don't have different flavors for my app, so not...

@steveccable Nice catch. I'm not certain, but I think it's because my project doesn't have an `android/app/assets` folder, so it looks for it in the `android/app/src/main/assets` instead by default?

``` {icon ? : null} ``` This is the code that renders the toolbar icon in RichTextToolbar.js. icon is the appropriate entry in the iconMap for the action. So you...