8000 GitHub - Topabaem05/bear_writer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Topabaem05/bear_writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bear Writer

This repository contains a React Native application that runs on mobile and desktop. The desktop build uses Electron and the same React Native codebase compiled for the web.

  • src/ – shared React Native components, contexts and screens.
  • electron/ – minimal Electron wrapper that loads the exported web build.

Building

React Native (mobile)

  1. Install dependencies:
    npm install
  2. Start the development server:
    npm start
    Use npm run android or npm run ios to open the app on a simulator or device.

Desktop (Electron)

  1. Build the web version and launch Electron:
    npm run electron
    During development you can run the web server with npm start and launch Electron with:
    ELECTRON_DEV=true electron electron

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0