Giter VIP home page Giter VIP logo

hellorn's Introduction

hellorn's People

Contributors

marnodev avatar novelidea avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hellorn's Issues

reactnativebanner

在项目中引用reactnativebanner库之后界面不现实图片!代码都是按照楼主demo的写的 也没有异常,为什么不显示捏 @MarnoDev

BottomTabViewTest的路径问题

原来是:

            { key: '1', title: 'First', icon: '../../imgs/ic_home.png' },
            { key: '2', title: 'Second', icon: '../../../imgs/ic_yaomeirong.png' },
            { key: '3', title: 'Third', icon: '../../../imgs/ic_shop.png' },

会报:Failed prop type: Invalid prop 'source' supplied to 'Image'
改为
require('../../imgs/avatar.png')
就可以了。

Cannot read property 'message' of undefined

Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html

(node:82393) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'message' of undefined
at handleError (/Users/huanjulu/Documents/workpace/RNdemo/HelloRN/node_modules/react-native/local-cli/cliEntry.js:35:21)
at
at process._tickCallback (internal/process/next_tick.js:182:7)
(node:82393) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:82393) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

/03_library_demo/tab_demo/TopTabViewTest的问题

在"react-native-tab-view": "0.0.56",这个版本(原来版本是"react-native-tab-view": "0.0.48",),运行代码会报

Element type is invalid: expected a string(for built-in components) or a class/funtion(for composite components) but got:check then render method of 'TabViewTransitioner'

这个错误的。
0.0.56版本去掉TabViewTransitioner这个依赖的,
把TabBarTop改为TabBar就可以了,

    // optional callback which renders a header, useful for a top tab bar
    _renderHeader = (props) => {
        return <TabBar {...props}/>;
    }

运行成功,但是发现BannerTest的图片轮播不能拿不到图片,同时没有自动播放,估计滑动有冲突。

can not run

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not create an instance of type org.gradle.invocation.DefaultGradle_Decorated.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
    Could not install the app on the device, read the error above for details.
    Make sure you have an Android emulator running or a device connected and have
    set up your Android development environment:
    https://facebook.github.io/react-native/docs/android-setup.html

can not run

Project react-native-video: provided dependencies can only be jars. com.facebook.react:react-native:aar:0.40.0 is an Android Library.

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':react-native-video:prepareReleaseDependencies'.

Dependency Error. See console for details

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 18.458 secs
Could not install the app on the device, read the error above for details.

Make sure you have an Android emulator running or a device connected and have
(node:39314) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'message' of undefined
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html

我npm install react-native-video 怎么还是运行不成功呢

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.