UNPKG
@supersami/rn-foreground-service
Version:
latest (2.2.5)
2.2.5
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.8
2.0.7
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
A Foreground Service for React Native
Raja0sama/rn-foreground-service
@supersami/rn-foreground-service
/
react-native-config.js
10 lines
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
dependency:
{
platforms:
{
android:
{
packageImportPath:
'import com.supersami.foregroundservice.ForegroundServicePackage;'
,
packageInstance:
'new ForegroundServicePackage()'
, }, }, }, }
;