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-template-avalon-advanced

v1.0.3

Published

Template with the most modern libraries for React Native best development and perfomance. Made with a lot of ☕ and 😍

Downloads

20

Readme

npm npm GitHub issues GitHub last commit NPM

Tabela de Conteúdo

Sobre o Projeto

Este projeto visa a criação de um template que possa ser utilizado no momento de criação de projetos utilizando React Native, visto que o processo de instalação e configuração das libs no início de um projeto podem gerar certa complexidade e muitas vezes até erros que atrasam o processo, atrapalhando assim o fluxo de desenvolvimento.

Feito Com

Abaixo segue o que foi utilizado na criação deste template:

Começando

Para utilizar o template recomendo fazer uso da React Native CLI.

Instalando

  1. Basta criar um novo projeto utilizando o seguinte comando:
npx react-native init MyApp --template avalon-advanced
  1. Após o término, remova o arquivo App.js da raiz, pois o index.js agora faz o trabalho na pasta src.

Agora temos o projeto criado, com todas as dependências e configurações que o template oferece.

Estrutura de Arquivos

A estrutura de arquivos está da seguinte maneira:

avalon-advanced
├── src/
│   ├── assets/
│   │   ├── fonts/
│   │   │   └── Oswald-Bold.ttf
│   │   │   └── Oswald-Light.ttf
│   │   │   └── Oswald-Regular.ttf
│   │   └── images/
│   │       └── lottiefiles/
│   │           └── dev.json
│   ├── components/
│   │   ├── atoms/
│   │   │   └── typograph/
│   │   │       └── index.js
│   │   ├── Button.js
│   │   └── CodeBox.js
│   ├── config/
│   │   └── ReactotronConfig.js
│   ├── navigations/
│   │   ├── app-navigator.js
│   │   └── index.js
│   ├── pages/
│   │   ├── Main/
│   │   │   ├── index.js
│   │   │   └── styles.js
│   │   └── Doc/
│   │       ├── utils/
│   │       │   └── libs.json
│   │       ├── index.js
│   │       └── styles.js
│   ├── services/
│   │   └── api.js
│   ├── store/
│   │   ├── ducks/
│   │   │   └── index.js
│   │   ├── sagas/
│   │   │   └── index.js
│   │   └── index.js
│   ├── styles/
│   │   ├── colors.js
│   │   ├── index.js
│   │   ├── mixins.js
│   │   ├── spacing.js
│   │   └── typography.js
│   └── index.js
├── .editorconfig
├── .eslintrc.json
├── .gitignore
├── babel.config.js
├── dependencies.json
├── devDependencies.json
├── index.js
├── jsconfig.js
├── LICENSE
├── package.json
├── react-native.config.js
└── README.md

Edição

Nesta seção haverão instruções caso você queira editar o template, explicando para que os diretórios são utilizados e também os arquivos de configuração.

Contribuição

Contribuições são o que fazem a comunidade open source um lugar incrível para aprender, inspirar e criar. Qualquer contribuição que você fizer será muito apreciada.

  1. Faça um Fork do projeto
  2. Crie uma Branch para sua Feature (git checkout -b feature/FeatureIncrivel)
  3. Adicione suas mudanças (git add .)
  4. Comite suas mudanças (git commit -m 'Adicionando uma Feature incrível!)
  5. Faça o Push da Branch (git push origin feature/FeatureIncrivel)
  6. Abra um Pull Request

Para testar o template de um caminho local, coloque o caminho absoluto junto com o prefixo file://

react-native init AwesomeContribution --template file://Dev/contributions/react-native-template-avalon-advanced

Licença

Distribuído sob a licença MIT. Veja LICENSE para mais informações.

Contato

Carlos Miguel - [email protected]

Créditos

Este template foi inspirado no template feito pela Rocketseat💜