Bagas Nanda Syuhada
Bagas Nanda Syuhada
when i try to upload video its says "posted" but when im check my profile the video is not there,any solution?
can u add props to modal with statusBarTranslucent? so we can control statusbar behavior
i got some warning here it says: Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false` i already change the...
i run container by this command ``` docker run -d -p 1521:1521 -e ORACLE_PASSWORD=root -v [MY_ACTUAL_PATH]:/u01/app/oracle/oradata gvenzl/oracle-xe:11 ``` i got error on log like this  when i start container...
using docker version and got this error
can i costumize camera ui without touching native code?how to set device orientation to potrait?btw this plugins very help me, good work!
Documentation Android Section not clearly describe impact ```foregroundServiceType=shortService```
i struggling for over 1 day for finding this solution first i following installation step [INSTALL.md](https://github.com/Rapsssito/react-native-background-actions/blob/master/INSTALL.md) everything is good, until my app is crashing after running background process for sometime...
since this library want to make forever running background tasks, it is not possible to use `android:foregroundServiceType="shortService"` since it will be killed after 3 minutes. refer to this [Android Documentation](https://developer.android.com/about/versions/14/changes/fgs-types-required#short-service)....