react-native-app-console
TypeScript icon, indicating that this package has built-in type declarations

0.1.36 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i react-native-app-console

Weekly Downloads

36

Version

0.1.36

License

MIT

Unpacked Size

74.6 kB

Total Files

44

Last publish

Collaborators

  • murat-mehmet