Giter VIP home page Giter VIP logo

Comments (5)

syanbo avatar syanbo commented on July 29, 2024

你的安卓环境检查一下

from imagepickerexample.

yangmc10086 avatar yangmc10086 commented on July 29, 2024

我的另一个项目是可以跑起来的。刚才下载这个例子没跑起来,我就把这个组件装到我原来的项目下了。但是还是有报错。RN我属于小白级别,不要见笑
image

from imagepickerexample.

yangmc10086 avatar yangmc10086 commented on July 29, 2024

还有这一步我没有更改成项目要求的配置,因为我们项目已经有一个。我不确定可以存在两个maven的url。上面是要求的,下面是我们项目原来的
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}

allprojects {
repositories {
mavenLocal()
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
}
}

from imagepickerexample.

syanbo avatar syanbo commented on July 29, 2024

可以存在2个 然后上面的报错是 跟你另外的 图片选择库冲突了

from imagepickerexample.

yangmc10086 avatar yangmc10086 commented on July 29, 2024

不是很明白,怎么解决。冲突在哪里?
image

from imagepickerexample.

Related Issues (1)

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.