Nguyễn Phúc Bảo Châu
Nguyễn Phúc Bảo Châu
It is also my problem. I checked Xiaomi and other phone. I discovered that Xiaomi changed the menu when selecting the text. This makes changing the menu of the library...
On M1 Mac - Jul 2022 - Launch xcode - Preferences - Locations - Make sure there's a dropdown option selected for the **command line tools**
To make this library work in the background, you just need to comment the line `unregisterReceiver(mReceiver)` This line is in "node_module/react-native-android-sms-listener/.../SmsListenerModule.java" Good luck to our Vietnamese brothers. Cre: Nguyễn Phúc...
Nguyên đám người việt dô nói chuyện bằng tiếng anh :v
My priter crashed when i use "22 Page 22 Vietnam[Win1258]"
MainActivity.kt import org.devio.rn.splashscreen.SplashScreen class MainActivity : ReactActivity() { init { SplashScreen.show(this) } /** * Other code */ }
> As title. My 1st line text is: "Trung tâm quản lý giao thông công cộng thành phố Hải Phòng" And the word is broken in the end of line....
Instead of `PermissionsAndroid.request(PermissionsAndroid.PERMISSIONS.POST_NOTIFICATIONS);` use `PermissionsAndroid.request(PermissionsAndroid.PERMISSIONS.POST_NOTIFICATION);`
This is also a big problem for me, I tried changing gradle version and it still fails
I'm using nextjs 13. Version ^2.2.0 and 2.6.0 did not work, but 2.2.0 worked for me.