All Projects → listenzz → Myapp

listenzz / Myapp

Licence: mit
React Native 工程实践

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Myapp

sentry-fastlane-plugin
Official fastlane plugin for Sentry
Stars: ✭ 100 (+20.48%)
Mutual labels:  sentry, fastlane
pedax
Reversi Board with edax, which is the strongest reversi engine.
Stars: ✭ 18 (-78.31%)
Mutual labels:  sentry, fastlane
Ios Project Env Setup
Setup your iOS project environment with a Shellscript, Makefile or Rakefile
Stars: ✭ 320 (+285.54%)
Mutual labels:  fastlane, devops
gitlab-ci-android-fastlane
Docker image for building android apps on Gitlab CI
Stars: ✭ 25 (-69.88%)
Mutual labels:  fastlane, gitlab-ci
Sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
Stars: ✭ 29,700 (+35683.13%)
Mutual labels:  devops, sentry
Kotlin Android Fastlane Firebase App Distribution
A repository that shows how to use Firebase App Distribution to distribute android app to testers by fastlane.
Stars: ✭ 77 (-7.23%)
Mutual labels:  fastlane
Nestjs Sentry
Provides an injectable sentry.io client to provide enterprise logging nestjs modules
Stars: ✭ 80 (-3.61%)
Mutual labels:  sentry
Portable Ansible
Ansible without requirements to be installed (for pull-mode)
Stars: ✭ 75 (-9.64%)
Mutual labels:  devops
Terraboard
🌍 📋 A web dashboard to inspect Terraform States
Stars: ✭ 1,192 (+1336.14%)
Mutual labels:  devops
Dyn365 Ce Devops
DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.
Stars: ✭ 82 (-1.2%)
Mutual labels:  devops
Ember Cli Sentry
Error tracking via Sentry for Ember.js apps
Stars: ✭ 81 (-2.41%)
Mutual labels:  sentry
Gitlab Ci Dashboard
📊 Dashboard for monitoring GitLab CI builds and pipelines for TV
Stars: ✭ 79 (-4.82%)
Mutual labels:  gitlab-ci
Gatus
⛑ Gatus - Automated service health dashboard
Stars: ✭ 1,203 (+1349.4%)
Mutual labels:  devops
Chef Windows Hardening
This chef cookbook provides windows hardening configurations for the DevSec Windows baseline profile.
Stars: ✭ 80 (-3.61%)
Mutual labels:  devops
Kube Backup
Kubernetes resource yamls backup to git
Stars: ✭ 76 (-8.43%)
Mutual labels:  devops
Terraform Eks
Terraform for AWS EKS
Stars: ✭ 82 (-1.2%)
Mutual labels:  devops
Devops Resources
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP
Stars: ✭ 1,194 (+1338.55%)
Mutual labels:  devops
Sentry Wizard
Sentry Project Setup Wizard
Stars: ✭ 78 (-6.02%)
Mutual labels:  sentry
Aws Automation
AWS automation scripts and lambda functions
Stars: ✭ 81 (-2.41%)
Mutual labels:  devops
Devops Kompose
[DEPRECATED] DevOps tools on Kubernetes with Helm charts
Stars: ✭ 78 (-6.02%)
Mutual labels:  devops

本文档讲述 React Native 的工程实践。

  • React Native 入门指南

  • 在工程中集成 Typescript, ESLint, Prettier 等

    • 使用 typescript 模版来初始化工程
    • 使用 ESLint 来检查代码
    • 使用 Prettier 来保证一致的代码风格
    • 使用 husky 和 lint-staged 来确保提交给 git 的文件先经过 ESLint 的检查
    • 配置 VS Code,当保存文件时自动运行 ESLint 的修复命令
  • 多环境配置

    • 使用 Configuration 和 Scheme 来实现 iOS 工程的多环境配置
    • 使用 Flavor 来实现 Android 工程的多环境配置
    • 编写原生模块,导出多环境配置到 React Native 代码
  • 使用 GitLab CI / CD 来实现持续集成与持续部署

  • 集成 Sentry 来监控应用崩溃问题

    • 创建 Sentry 项目
    • 如何配置 iOS、Android、React Native 工程
    • CI / CD 集成,自动注入 Commit SHA,自动上传符号表
  • 集成热更新(CodePush)

    • 如何注册 CodePush 热更新服务
    • 如何配置 iOS、Android、React Native 工程
    • CI / CD 集成,自动发布热更新,并上传符号表到 Sentry
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].