npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

rn-riyo

v1.1.4

Published

The react native tools for easily setup for a new application

Downloads

7

Readme

RN RIYO CLI

riyo_riyo

The RN RIYO CLI is a development tool for react native app development.

Features!

  • Generating standard project structure and navigation with respect to type i.e, sidebar,tabbar and basic
  • Best rounting configuration implemented over there
  • Managing application package name and app name easily using this CLI that developer can change their android package name and App name without go to any specific file
  • Generating keystore file, after generating this file, it will autometically configure as react native process.You no need to change menually
  • At the time of generating new screen, it's autometically imported to the navigation configurtion file
  • At the time of generating new screen a style file aslo be generate and this will import to this screen with some common code
  • Developer can aslo generate a single file, i.e., component, style and service as per requirment
  • Lastly, using this CLI, developer can save their time for creating a new application and maintain best project structure

What's new in the latest version!

  • Added facebook integration functionalities with a single command. In this command you can easily setup your facebook integration for both platforms(Android,iOs) if exists. You no need to follow the documention for facebook integration, all the guide will provide this CLI, there will be generate a demo example for you in your project directory after running this command.
rn-riyo setup-facebook your_facebook_app_id

Installation

RN RIYO CLI requires Node.js v8+ and React Native to run perfectly and aslo need JDK and SDK.

Install the CLI with the following command.

npm install -g rn-riyo

How to use?

If your system already have setup, then follow the below steps

STEP-1

react-native init myApp

STEP-2

cd myApp

STEP-3

rn-riyo g-structure tabbar

STEP-4

react-native run-android or react-native run-ios

Some powerfull commands

Generating new screen

rn-riyo g-screen homePage

Generating new style

rn-riyo g-style homeStyle

Generating new component

rn-riyo g-component myComponent

Generating keystore file

rn-riyo g-keystore-file

For more command usage:

rn-riyo --help

Note: I am sorry to say you that there was a minor problem with version 1.0.0 to 1.0.4. If your are currently using oldest version, please uninstall it and re-install latest version again.

In the latest version I have added a new functionality to display a message if new version is available of the CLI.

Lets chill dude, happy coding!

License

GNU GENERAL PUBLIC LICENSE