Code Monkey home page Code Monkey logo

mymusic's Introduction

Getting started

我的qq号,有事请联系
qq:1204383390
  1. Clone this repo
git clone https://github.com/zhuyunzhang/mymusic.git
  1. Change into the directory
cd "目标目录下"

3 Install the dependencies

yarn
# or
npm install
  1. Run the project app-debug build
react-native run-ios
# or
react-native run-android

5.app-release build

正式包之前修改底层库 node_modules/react-native-blur/android/build.gradle 中版本号具体配置为:
android {
    compileSdkVersion 28
    buildToolsVersion "28.0.3"

    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 28
        versionCode 1
        versionName "1.0"

        renderscriptTargetApi 23
        renderscriptSupportModeEnabled true
    }
}
dependencies {
    implementation 'com.facebook.react:react-native:[0.32,)'
}
线上打包:项目目录下
react-native run-android --variant=release
# or
离线打包:cd 项目-> cd android
 ./gradlew assembleRelease

mymusic's People

Contributors

zhuyunzhang avatar

Stargazers

 avatar

Watchers

James Cloos avatar 汪先生 avatar  avatar

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.