Michael Chen
Michael Chen
界面都是显示空白
场景:比如作为表情选择器,需要支持用户增加或者减少特定表情集合,需要动态增减底部tabs和对应的JXSegmentedListContainerView 谢谢
Many of other floating panel or bottom sheet library support this key feature, it would be perfect to add that and then I would definitely try this in my project....
This is an awesome work but as official website of RN, Listview has been marked as deprecated and recommend to use Flatlist and Sectionlist. I am interested in any similar...
For high availability, it would be great to support multi brokers in cluster.
Dream to find a kotlin(android) version. LOL
:react-native-blur:processReleaseResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-blur:processReleaseResources'. > com.android.ide.common.process.ProcessException: Failed to execute aapt as instructed for Android we need to...
This lib is very helpful for current project. Just curious about if available to mongo 4+ & es 6+
It would be great to have deform example in demo like we have in android version. This project series are so awesome and help me redefine my project target.
From java backend, certain field is Date but I got timestamp in iOS, which affects negatively my work of checking signature. e.g. server: `..."createdAt":"2021-04-26T18:43:30.901Z"...` socket.on("message") { data, ack in... `..."createdAt":1619433810901...`...