All Projects → virena-app → virena

virena-app / virena

Licence: MIT license
A React-Native navigation prototyping tool on the desktop.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to virena

DLReactNativeArchitecture
React Native Architecture
Stars: ✭ 18 (-68.97%)
Mutual labels:  react-navigation, react-native-app, react-native-navigation
React-Native-developer-roadmap
📒 React Native is a cross-platform library to build mobile apps using React and JavaScript. This guide is to help you in your React Native journey. this repo contain a great the resources you need to work with React Native art,(Articles, Tutorials)
Stars: ✭ 565 (+874.14%)
Mutual labels:  react-navigation, react-native-app, react-native-navigation
React Native Boilerplate
🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
Stars: ✭ 375 (+546.55%)
Mutual labels:  react-navigation, react-native-app
MyApp
A template to create awesome Apps easily ⚡️
Stars: ✭ 39 (-32.76%)
Mutual labels:  react-navigation, react-native-app
Mozi
此项目致力于构建一套最基础,最精简,可维护的react-native项目,支持ios,android 🌹
Stars: ✭ 501 (+763.79%)
Mutual labels:  react-navigation, react-native-app
React Native Boilerplate
🚀 React Native Boilerplate Updated
Stars: ✭ 9 (-84.48%)
Mutual labels:  react-navigation, react-native-app
React Native Navigation Animation
Transition navigation component for React Native
Stars: ✭ 133 (+129.31%)
Mutual labels:  react-navigation, react-native-app
coronadev
Aplicativo para consultar a situação global do COVID-19
Stars: ✭ 44 (-24.14%)
Mutual labels:  react-navigation
proffy
React Native + ReactJS + NodeJS project developed on RocketSeat NexLevelWeek. This project is based on an application for connect students and teachers.
Stars: ✭ 30 (-48.28%)
Mutual labels:  react-navigation
WatermelonMessenger
React Native App using react, redux, sagas, hooks, react navigation v5
Stars: ✭ 63 (+8.62%)
Mutual labels:  react-navigation
Front-End-Checklist
🗂 O Front-End Checklist perfeito para websites modernos e desenvolvedores meticulosos
Stars: ✭ 157 (+170.69%)
Mutual labels:  front-end-developer-tool
think
Instagram clone using React Native with funcional components, React Hooks, React Navigation 4x and Reactotron debugger
Stars: ✭ 20 (-65.52%)
Mutual labels:  react-navigation
RecordingSample
Recording Sample by React Native
Stars: ✭ 27 (-53.45%)
Mutual labels:  react-native-app
react-native-boilerplate
🚀 A highly scalable, react-native boilerplate reinforced with react-boilerplate which focus on performance and best practices. 🔥. 💻 🚀 😎 👾 👽
Stars: ✭ 82 (+41.38%)
Mutual labels:  react-navigation
breadWare
a jumperless breadboard
Stars: ✭ 27 (-53.45%)
Mutual labels:  prototyping-tool
RegexReplacer
A flexible tool to make complex replacements with regular expression
Stars: ✭ 38 (-34.48%)
Mutual labels:  desktop-application
fts
🔍 Postgres full-text search (fts)
Stars: ✭ 28 (-51.72%)
Mutual labels:  desktop-application
Reservation-System
Airline Reservation System is an online Airline Ticket Reservation Application built using Windows Forms, C#, MS SQL Server.
Stars: ✭ 18 (-68.97%)
Mutual labels:  desktop-application
cryptopunks
(crypto) pixel punks - libraries, tools & scripts, and more
Stars: ✭ 24 (-58.62%)
Mutual labels:  desktop-application
dunya-desktop
A modular, customizable and open-source desktop application for accessing and visualizing music data.
Stars: ✭ 76 (+31.03%)
Mutual labels:  desktop-application


Logo Here

Virena License: MIT

A simple and easy-to-use prototyping tool. Create your React Native Navigation in minutes!
Built on top of Electron.

Key FeaturesHow To UseDownloadCreditsLicense

Key Features


  • Drag-And-Drop Tree Structure
    • Build out your navigation in a way that is extremely easy to think about.
  • Live Preview - Make changes, See changes
    • Instantly see what your navigation structure looks like in a phone simulator before you export.
  • Login and Save Projects
    • Securely login with your Github or Gmail account to save projects for later.
  • Export Project Files
    • Have a project instantly created for you when you place it at the root of a Create-React-Native scaffolding.
  • Cross platform
    • Windows, MacOS and Linux ready.

How To Use


  • STEP 1: INSTALL DEPENDENCIES

    • Virena uses the React Navigation library to build out a navigation structure. (https://reactnavigation.org/en/)
      Before getting started, you must npm/yarn install it as a dependency in your own project.
    npm install --save react-navigation
    
    # or with yarn
    # yarn add react-navigation
  • Step 2: ADD YOUR ENTRY POINT

    • Add a root navigational component by submitting the required information (name and type) in the top right options panel. The root component serves as the entry point into your React Native app.

  • Step 3: ADD CHILDREN
    • Follow similar steps as above to add children. You can nest navigational components within navigational components, or add components of the type "Simple Screen" which are the presentational components for your app. It is important to note that presentational components / "Simple Screens" cannot have children--only navigators can have children. In addition, all navigators must have at least ONE child.

  • Step 4: EXPORT / SAVE / LOAD FILES
    • When you are done with your session, you can either 1) Save your project for later or 2) Export the files for immediate use in your project. In order to save, simply click the "Save Project" button in the top nav menu. You can then log out and come back to it later by clicking the "Load Project" button adjacent to it. Simple enough! In order to export, simply click the blue "Export" button in the bottom region of the right panel and specify where you want it exported. Our application generates templates with the assumption that you will be exporting everything at the same directory level. The contents of the export include a "navigation.js" file--essentially the code manifest detailing the layout of your navigation structure--as well as files which define your presentational components (components of type "Simple Screen" in our app).

Download


Download the latest installable version of Virena for MacOS, Windows, and Linux.

  • For Mac Users ONLY: As of right now, you may need to grant permission to allow the app to run your system as we do not have an Apple license.

Authors


Sam Hickey @samaugust

Daniel Matuszak @daniel-matuszak

Jacky Chan @jcisbroke

Gerret Kubota @gerretkubota

Credits


This software uses following open source packages.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].