ECO TCH TA Tasos Maroudas · React Native Training Build responsive React Native views for any device and support orientation change Responsive UI is definitely an important part of web and mobile development. When I started working with React Native more than a year ago…
TCH TA Tasos Maroudas · React Native Training Best practices for creating React Native apps — Part 1 If you are new to the React Native world, there are some pitfalls that you probably want to avoid while in some other cases you will have…
MDA TCH AI TA Tasos Maroudas · Building With React Native What is AsyncStorage in React Native and how to use it with app state manager — 1x09 This story is part of a series where I am sharing my experiences on React Native, hoping it will prove useful to the React Native community…
TCH TA Tasos Maroudas · React Native Training How to Easily Configure Launch Icons in React Native — Android & iOS Launch icon! A simple task, that can become a painful problem/challenge if we don’t know exactly what to do. What we need to implement…
MDA TCH TA Tasos Maroudas · Building With React Native Routing in React Native apps and how to configure your project with React-Navigation library — 2x01 This story is part of a series where I am sharing my experiences on React Native, hoping it will prove useful to the React Native community…
ECO TCH TA Tasos Maroudas · React Native Training How to configure and code Android in-app purchases in React Native apps In-app purchases! A way, among others, to make money from your mobile application. Probably not the cheapest option out there, in terms of…
ART MDA TCH TA Tasos Maroudas · Building With React Native Why I like using Styled Components in React Native apps — 1x10 This story is part of a series where I am sharing my experiences on React Native, hoping it will prove useful to the React Native community…
TCH TA Tasos Maroudas · Building With React Native Android Back Button handling in React Native apps — 1x08 This story is part of a series where I am sharing my experiences on React Native: how I approached and worked with RN Components, APIs…
TCH DSN TA Tasos Maroudas · Building With React Native How to lock device orientation for React Native apps (Android & iOS)- 2x02 There are apps with a UI designed to contain a lot of visual elements; in these cases app creators make a decision to visualize this…
TCH TA Tasos Maroudas · Building With React Native Best practices for creating React Native apps — Part 2 React Native articles are back!
TCH TA Tasos Maroudas If user does not have FB app on the phone, fbsdk takes care that automically and shows the “web”… One way to solve your problem is to enforce “web” login screen instead of “native”. But I would suggest to do that only after logout…