Better Programming

Advice for programmers.

Follow publication

React Native Development

5 Tips to Solve Common Pitfalls With React Native

Dan Neciu
Better Programming
Published in
6 min readJan 24, 2022

--

5 Tips to Solve Common Pitfalls with React Native

1. Apple Connect Store Screenshots

Apple Store Review Process

2. The trouble with Fonts

Photo by Brett Jordan on Unsplash
fontFamily: 'Lato_400Regular'
import { Lato_400Regular } from '@expo-google-fonts/dev';
import { Lato_400Regular } from '@expo-google-fonts/lato';

3. Local Storage and Cookies on Mobile Devices

Photo by Christina Branco on Unsplash

4. Rendering HTML

HTML example

5. Short-circuit evaluations (&&)

{isFetching && <Loading />}
{users.length && <User />}
Error: Text strings must be rendered within a <Text> component.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Dan Neciu
Dan Neciu

Written by Dan Neciu

Software Engineer 👨‍💻 Passionate about UX / Testing Practices and Continous Integration ⚒️

Responses (2)

Write a response