react-native-components | Beautiful React-Native components using RN Paper | Frontend Framework library

 by   crossplatformsweden TypeScript Version: Current License: Apache-2.0

kandi X-RAY | react-native-components Summary

kandi X-RAY | react-native-components Summary

react-native-components is a TypeScript library typically used in User Interface, Frontend Framework, React Native, React applications. react-native-components has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Beautiful React-Native components using RN Paper by Callstack
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              react-native-components has a low active ecosystem.
              It has 5 star(s) with 0 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 0 open issues and 2 have been closed. On average issues are closed in 3 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of react-native-components is current.

            kandi-Quality Quality

              react-native-components has no bugs reported.

            kandi-Security Security

              react-native-components has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              react-native-components is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              react-native-components releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of react-native-components
            Get all kandi verified functions for this library.

            react-native-components Key Features

            No Key Features are available at this moment for react-native-components.

            react-native-components Examples and Code Snippets

            No Code Snippets are available at this moment for react-native-components.

            Community Discussions

            QUESTION

            ReactNative on Android Package Server not running
            Asked 2018-Jul-20 at 22:33

            Following this tutorial (https://mentormate.com/blog/react-native-components/) on React-Native which unfortunately only talks about IOS, I am trying to follow it in both IOS and Android.

            I init the Employee app successfully and that creates project structure and both Android and IOS parts are created:

            Following the tutorial in link above, I then opened the Employee.xcodeproj successfully using XCode, running it launches emulator just fine. Opening it in XCode and started React Packager and node server:

            Then I tried opening Android project by opening the android folder in this project structure in Android Studio and that opened the project and built it successfully:

            I tried running it on emulator first but emulator took way to long to start so I stopped that and connected my device through USB and then run it on the device but that shows me error like this:

            I started learning about react-native few days ago and this is the very first example I am trying (for both IOS and Android). So, I am very new to the subject and the error says that I need to package bundle correctly and that I need to run packager server. As shown above, the server was run when I started IOS code from XCode but how do I package and run it from android studio?

            ...

            ANSWER

            Answered 2017-Aug-06 at 04:50

            The issue was that tutorial was for ios and it was not mentioned how to run in android.

            To run the RN app in android , it must be build using react-native run-android command.

            Source https://stackoverflow.com/questions/45528212

            QUESTION

            React-Native cross-platform example write once and use anywhere or DRY?
            Asked 2017-Oct-12 at 17:09

            I am very new to React-Native and love it so far. Really great technology and very impressive tooling. I would like to propose it for use in my company.

            However ... react-native examples demoing code-sharing btw Android and IOS platform are simply nowhere to find??? All I have found after 3-4 weeks looking into it is few excellent but only IOS examples. Below, are just few examples of articles lacking this. Although some of them claim in their title to cover both, they cover only IOS:

            https://www.raywenderlich.com/165140/react-native-tutorial-building-ios-android-apps-javascript

            https://mentormate.com/blog/react-native-components/

            http://www.andevcon.com/news/take-a-crack-at-react-native-with-kyle-banks

            https://appendto.com/2016/11/build-a-coffee-finder-app-with-react-native-and-the-yelp-api/

            https://reactjs.co/react-native-convention/

            https://www.lullabot.com/articles/build-native-ios-and-android-apps-with-react-native

            https://code.facebook.com/posts/1189117404435352/react-native-for-android-how-we-built-the-first-cross-platform-react-native-app/

            https://medium.com/@MentorMate/best-practices-for-building-an-app-with-react-native-components-7dee3b2b010f

            https://code.tutsplus.com/tutorials/creating-a-dictionary-app-using-react-native-for-android--cms-24969

            http://facebook.github.io/react-native/docs/tutorial.html

            ... , this list could continue on and on but it should be enough to demonstrate the lack of good resources I'm talking about.

            I understand react-native is cross platform in terms that you can write code for both Android and IOS, that is all clear and great.

            But is it sharing the code? In other words, is it DRY? From what I see, it is write once for each platform rather than write once for all platforms. Again, I understand some Views (but not all) are platform specific but again, there is no example to show even that on both Android and IOS in the same project.

            Where is a non-hello-world (real life) example to clearly demonstrates and teaches how to do that? React native used to have it in version 0.20 or so but it was removed and replaced with a HelloWorld example? Seriously @Facebook???

            As per links above, lots of React-Native articles out-there are titled to cover both platforms but then they only talk about IOS without even mentioning any other platform? Very few talk about Android only, again, not even touching other platform in the same project. ... and lots of them are outdated!

            I understand that the technology is very new (and very good from what I have seen so far, I really love it).

            But assuming I have to propose React-Native as a next-gen platform to a company, I do not see any convincing cross-platform, code-sharing examples demoing this for both Android, IOS (UWP??) that I could help me learn, understand, build, and demo an example for that proposal.

            I am not looking for chatty comments or links to courses but rather examples to show how to do this in more than just CRNA generated HelloWorld app.

            ...

            ANSWER

            Answered 2017-Oct-12 at 17:09

            Found the answer here https://www.codementor.io/vijayst/build-react-native-retrofitting-ios-app-to-android-gsf5uyl1q in the very 1st paragraph and it is exactly what I have been trying to get RN/Facebook answer but they ignored the question all the time.

            Very disappointing!

            So, ReactNative is not "build-once-use-everywhere" but rather "learn-once-use-everywhere" meaning lots of code duplication. And by everywhere, they mostly mean Android and IOS although the examples out-there are mainly IOS. If they cover both platforms, then it is with almost no code sharing but lots of code-duplication.

            Although, RN claims they can achieve up to 90% of code sharing, that is not demonstrated anywhere that I could find. Documentation is very shallow in touching anything let alone topic of code-sharing and the tutorial provided by RN is a HelloWorld, ... yes, seriously. Sad! Although they used to have a better tutorial in older version (like 0.20 or so).

            In terms of recommending RN to a company as a next-gen platform, I see few issues

            • concerning patent license, no answers no explanations, very obscure and concerning for a company that would consider moving to this, I'd rather say open-source under quotation marks. Hopefully this will change as I see it as a mayor showstopper for anyone considering adapting this technology. I would say this is no more applicable as FB made react-native licensed using MIT as per https://github.com/facebook/react-native/issues/16079

            • documentation that is very basic without giving depth of explanation. For example, this is react-native site with demo sample to demonstrate code-sharing cross-platform nature (I warn you, it is a HelloWorld example) https://facebook.github.io/react-native/docs/tutorial.html

            • React Native Community facebook page which is the page where you are supposed to find help and ask question as per react-native site will simply block you if you bring this topic on and will not let you in
            • even here on SO, questions like this (after extremely thorough and time consuming research) will earn you only downgrades and zero answers or even attempts
            • examples lack clarity and depth of explanation, it seem like whole community follow one pattern, copy / paste demonstrating code-duplication rather than code-sharing
            • Most examples cover (to most basic extent) only IOS although most claim cross-platform nature on both Android and IOS with Android being mentioned in the title only and the body covering only IOS
            • Impossible to ask for help on react-native site
            • Impossible to suggest improvement on react-native site other than create pull request. In other words, they want you to work for them for free
            • The framework is cross-platform, that is great but it is more of a copy/paste (copy from IOS into Android, then modify what needs modification) rather than code-sharing strategy. Every example I was able to find and it took me a month, was a violation of DRY principle in its best form

            Although I mentioned things that bothered me at most during my research, I have to say that I hope this technology will thrive and become clear open source platform in future. I really like it and hope someone at @Facebook / @ReactNative will consider these suggestions, or at least provide improvements in the documentation, examples, access to community, place to ask questions and get help, clear licensing, ... all of which I was not able to get after spending a month researching RN.

            Perhaps the technology is still not mature enough, which makes sense, it is very new.

            Would I recommend it?

            • To developers yes, definitely. I really like it myself and will spend more time studying it.

            • To a company? Not really for the reason explained above.

            UPDATES - Getting Better :):

            ... and to add my 2c to anyone who faced the same problem and contribute to community (at least in terms of finding tutorials that talk about both IOS and Android), I will keep posting links I have managed to find so far:

            This document explains that RN philosophy is "learn once, write anywhere" rather than "write once, run anywhere" http://makeitopen.com/tutorials/building-the-f8-app/design/

            Source https://stackoverflow.com/questions/45909260

            QUESTION

            React Native PropTypes has been moved to a separate package
            Asked 2017-Oct-08 at 07:42

            I am using

            react-native-cli 2.0.1

            react-native 0.47.1

            react 16.0.0-beta.2

            I am a total beginner in react-native and I decided to give it a try to Employee app written by Denislav Ganchev from this article https://mentormate.com/blog/react-native-components/.

            But I am getting this error

            ...

            ANSWER

            Answered 2017-Aug-09 at 23:48

            It basically means you need to install the module separately, although it was part of React core module in previous versions.

            Source https://stackoverflow.com/questions/45602095

            QUESTION

            ReactNative - Struggling with first example I am trying to follow and learn from
            Asked 2017-Aug-06 at 04:15

            I am following this article by Denislav Ganchev to write my very first React Native app. I started learning about ReactNative just couple of days ago. https://mentormate.com/blog/react-native-components/

            However, I am stuck at step "Developing Our App" in this article. It shows the structure like this and I dont see it created in my project at all:

            As I am complete beginner with ReactNative, I am unable to continue and modify these files.

            Do I need to manually create the structure and if so, in which folder in the folder structure? I wish the screenshot would show more of the structure to see where it should go?

            ...

            ANSWER

            Answered 2017-Aug-06 at 04:15

            The article has a download link: github.com/denodenodeno/employee. The project has the structure.

            Source https://stackoverflow.com/questions/45528422

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install react-native-components

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/crossplatformsweden/react-native-components.git

          • CLI

            gh repo clone crossplatformsweden/react-native-components

          • sshUrl

            git@github.com:crossplatformsweden/react-native-components.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link