iOS Conference App made with React Native

Full apps are the best source to learn from, and this Nortal TechDay 2015 Conference React Native App is no exception. NortalTechDay App has a very nice Layout, making use of many Components and Actions. Check NortalTechDay on GitHub. NortalTechDayNortalTech

Read more

Get your Sensors working

In need of Sensors support in your React Native app? Then get served! You have Audio, Video, Accelerometer, Gyroscope, Magnetometer and iBeacon support from these packages. And QRCode Readers too! react-native-audiorecorder Handles basic recording and play

Read more

React Native Icons

If your app's layout is ready to reach a new level, then meet react-native-icons, a React Native wrapper on top of FontAwesomeKit. Currently FontAwesomeKit supports 4 different icon fonts. FontAwesome 4.2 Contains 479 icons ionicons 2.0.0 Contains 733 icons

Read more

SVG library for React Native

Good things come from wrapping existing code and frameworks, and here is an example. react-native-svg is a wrapper around SVGKit Cocoa framework, for rendering SVG files natively, so you can now render SVG images in your React Native apps. ReactLogoWave

Read more

React Native View Components

Brent Vatne does a good job, in his articles, in describing how to bridge React Native an iOS native code or even enhancing the existing framework. This time in React Native View Components (1/2) discusses how to wrap existing iOS view components and pass the

Read more