react-native-open-apps

0.0.6 • Public • Published

react-native-open-apps

Platform Version Download License

This package is support by daridasar.com

React Native module to open other application.

  • Work for android
  • Support typescript

Table of contents

  1. Installation
  2. Usage

Installation

If using yarn:

yarn add react-native-open-apps

If using npm:

npm i react-native-open-apps

Usage

import React from "react";
import { View, Text } from "react-native";
import OpenApplication from "react-native-open-apps";

const App = () => {
  return (
    <TouchableOpacity
      onPress={() => {
        OpenApplication.openApplication("com.your.app");
      }}
    >
      <Text>Your App</Text>
    </TouchableOpacity>
  );
};

export default App;

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.62latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.62
0.0.51
0.0.43
0.0.31
0.0.21
0.0.11

Package Sidebar

Install

npm i react-native-open-apps

Weekly Downloads

9

Version

0.0.6

License

MIT

Unpacked Size

5.02 kB

Total Files

8

Last publish

Collaborators

  • appcube