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

react-native-sdk-booking-house-cleaning-btaskee

v0.0.1

Published

A single / multiple, categorizable, customizable, localizable and searchable item booking component for react native which supports both Android & iOS.

Downloads

4

Readme

React-Native-SDK-Booking-House-Cleaning-Btaskee

Suggestions for a good README

Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.

Name

Choose a self-explaining name for your project.

Installation

Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.

Usage

Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.

Documents

  • create a folder assets containing images and documents .png

  • create a component folder containing .js documents to write separate features and functions for easy use and efficient code management

  • create a contants folder to use the available configs for better coding and source code management

  • create a help directory for writing formatting features

  • Regarding the main folder to contain the code that handles each screen or each important feature, it may not be in a screen or view folder, according to the previously pre-formatted structure.

  • create file index.d.ts -> define interface props using

  • Then in the main file will call the necessary props so that when outside passing in will catch the props. In here when will handle different phase codes and different components, such as:

    • Import what is needed to make its use necessary.
    • Where props are needed, I will pass them in so that when I call out, I can call those props and display them on the screen.
    • To display a screen with many components and related features, it must be handled in the return of a View, Scrollview, Text ... of react native so that they are displayed on one screen.
    • When calling the API, when I pass props in, then it will automatically force the props to call the functions and related props.

Getting started

To make it easy for you to get started with GitLab, here's a list of recommended next steps.

Already a pro? Just edit this README.md and make it your own. Want to make it easy? Use the template at the bottom!

Add your files

cd existing_repo
git remote add origin https://github.com/NguyenManhCuong290797/react-native-booking-btaskee
git branch -M main
git push -uf origin main

Release

Releases are currently made from the 1.x branch.

Release Process

To make a new release, follow these steps:

  • Verify the development branch has all the changes desired in a release and works well
  • Make and merge a final PR into development branch that increments the version number in package.json
  • Make and merge a PR from the development branch to the release branch
  • Using the GitHub web UI, draft a new release using tag name vx.x.x (replace the x values as appropriate of course), with the release branch as the target, with release name vx.x.x (again, with appropriate numbers in place of x of course)
  • Verify in the GitHub Actions panel for the repository that NPM publish succeeded