react-native-super-background-service

0.0.8 • Public • Published

react-native-super-background-service

Requirements

  • RN 0.36+
  • Android API 16+

Supported platforms

  • Android

Getting started

$ yarn add react-native-super-background-service

or

$ npm install react-native-super-background-service --save

Examples

import React, { Component } from 'react'; import { Text, View, TouchableOpacity } from 'react-native'; import Background from 'react-native-super-background-service'

export default class App extends Component {

render() { return ( <View style={{ flex: 1, justifyContent: "center", alignItems: "center" }}> <TouchableOpacity onPress={()=>Background.startService()} > Hello, world! ); } }

Package Sidebar

Install

npm i react-native-super-background-service

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

2.81 MB

Total Files

51

Last publish

Collaborators

  • zinmyooo