Coder Social home page Coder Social logo

kmp-react-native's Introduction

KmpReactNative

Section Description
๐ŸŽฏ Objectives and context Project introduction and context
๐Ÿšง Dependencies Technical dependencies and how to install them
๐ŸŽ Kickstart Details on how to kickstart development on the project
๐Ÿš€ Deploy Deployment details for platforms and environments
๐Ÿ— Code & architecture Details on the application modules and technical specifications
๐Ÿ”ญ Possible improvements Possible code refactors, improvements and ideas
๐Ÿš‘ Troubleshooting Recurring problems and proven solutions

๐ŸŽฏ Objectives and context

โ€ฆ

Supported platforms

Platform Version
iOS โ‰ฅ 14.1
Android โ‰ฅ 5.0 (21)

๐Ÿšง Dependencies

Every runtime dependencies are defined in the .tool-versions file. These external tools and dependencies are also required:

๐ŸŽ Kickstart

Initial setup

Android

  1. Open the root folder using Android Studio
  2. Run the app on your device or simulator ๐Ÿš€

iOS

  1. Open the workspace using Xcode or AppCode
  2. Specify your Development Team under the Signing and Capabilities tab of the iosApp target
  3. Run the app on your device or simulator ๐Ÿš€

Tests

Tests can be ran with ./gradlew test.

Linting

Several linting and formatting tools can be ran to ensure coding style consistency:

  • ./gradlew ktlintFormat ensures Kotlin code follows our guidelines and best practices
  • cd ios && ./Pods/SwiftLint/swiftlint ensures Swift code follows our guidelines and best practices

Continuous integration

The .github/workflows/ci.yaml workflow ensures that the codebase is in good shape on each pull request and branch push.

๐Ÿš€ Deployment

Versions & branches

โ€ฆ

๐Ÿ— Code & architecture

โ€ฆ

๐Ÿ”ญ Possible improvements

Description Priority Complexity Ideas
โ€ฆ โ€ฆ โ€ฆ โ€ฆ

๐Ÿš‘ Troubleshooting

โ€ฆ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.