0.1.36 • Published 11 months ago

react-native-app-console v0.1.36

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

STILL IN DEVELOPMENT

App Console for React Native

Command from anywhere.

The goal is to create a simple developer interface to run commands from app.

Installation

npm install react-native-app-console --save
yarn add react-native-app-console

Usage

Simple usage

import {AppConsole} from "react-native-app-console";

const App = () => {
    return (
        <>
            <AppContainer />
            <AppConsole options={{
                name: 'My awesome app'
            }} />
        </>
    );
}

Test

npm run test
0.1.36

11 months ago

0.1.34

2 years ago

0.1.35

2 years ago

0.1.32

3 years ago

0.1.33

3 years ago

0.1.30

3 years ago

0.1.31

3 years ago

0.1.27

3 years ago

0.1.28

3 years ago

0.1.29

3 years ago

0.1.20

3 years ago

0.1.21

3 years ago

0.1.22

3 years ago

0.1.23

3 years ago

0.1.24

3 years ago

0.1.25

3 years ago

0.1.26

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.19

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago