Key note categories and examples for tech issues
Rebuild mobile app
This is an example note
I took this note when I was planning to rebuild my React Native app for Inkdrop. I created a check list of promising libraries and resources. Some ideas are also included.
- Read Blog · React Native
- GitHub - Shopify/restyle: A type-enforced system for building UI components in React Native with TypeScript.
- Native Base v3
- It supports dynamically changing themes! Promising.
- The project is intensively active now.
- It is based on Styled System. Cool!
- https://github.com/GeekyAnts/NativeBase/blob/master/src/theme/styled-system.ts
- React Navigation 6
- react-native-image-picker/react-native-image-picker: A React Native module that allows you to use native UI to select media from the device library or directly from the camera.
- Bigger toolbar icons
- codemirror/codemirror.next: The next generation of the CodeMirror in-browser editor
- lezer
- lezer-parser/markdown: A lezer-integrated Markdown parser
- Oh, it looks like it supports GFM!
- But tables are not supported -> No, it now supports it!
- ❌ Zoom image - react-native-reanimated-zoom: Component for zooming react native views. 🔎
- Try Sentry - React Native | Sentry Documentation
- Menu - nandorojo/zeego: Menus for React (Native) done right.
- Add a paste button on the toolbar
- Display OSS licenses
- Use license-report or license-checker
Bug fix
- Crashes when deleting a notebook
- Fix URL scheme for note links
Rebuild UI
- oblador/react-native-animatable: Standard set of easy to use animations and declarative transitions for React Native
- Create a UI mockup using Restyle
Bug tracking
- Upgrade lib: Bugsnag docs › React Native › Navigation libraries
Hack Stack Navigation Controller
To prevent unmounting the editor screen. Is that possible?
- https://reactnavigation.org/docs/custom-navigators/
Looks so hard to hack the Stack Navigator.
Get help
Got any questions about this page? Feel free to ask them on the user forum here.