Minseong Kim
Minseong Kim
* **Markwon version**: 4.6.2 There is an enter character between list item parent and children like below. ``` - [x] checked - [ ] unchecked - jj - parent -...
I think the letter-spacing in the `AdTextView` value needs to convert appropriately like the flutter value. Currently, this is too wider than flutter.
### 🎯 Goal Improving code quality ### 🛠 Implementation details - Fix typo - Remove redundant string template ### ✍️ Explain examples Nothing ### Preparing a pull request for review...
I fixed the typo in the CHANGELOG.md of firebase-messaging module.
I want to do some action when the user clicks the stop button. But I can't find a way how to achieve it.
The UI animation freezes for around 200-300ms when calling any set functions in Android. ### Minimal reproducible example #### HomeScreen.tsx ```typescript export default function HomeScreen() { return ( KeyChain.setInternetCredentials('name', 'username',...