1.0.14 • Published 4 years ago

react-native-open-application v1.0.14

Weekly downloads
29
License
MIT
Repository
github
Last release
4 years ago

react-native-open-application

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-application

If using npm:

npm i react-native-open-application

Usage

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

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

export default App;
1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago