@uffoltzl.bsky.social

React Native @TheodoApps

Recently published a new version of the expo [react-navigation-visualizer](www.npmjs.com/package/@bam...) plugin, which shows your navigation state illustrated as a stack! What's new: - Navigation history - Screenshot of the navigation states - Navigation params display Feedback is welcome!

How do you represent and debug your navigation state? Here's my try: a react-navigation visualization tool based on expo dev-plugins I would love to hear your feedback: would it be useful to you? What could I add? It is available on npm, if you want to try it out! :) www.npmjs.com/package/@bam...

Working on tap-to-highlight for my React Native (Expo) ebook reader app. I do some very fiddly DOM traversal to dig into these <ruby> elements and send them off for tokenisation. Sadly found that WebKit has many showstopper rendering bugs when using CSS Highlight API with <ruby>, though ☹️