Member-only story

Useful Settings for React Native Development

KASATA - TechVoyager
3 min readJan 2, 2024

--

## Extensions

  • ES7 React/Redux/GraphQL/React-Native snippets
  • Tailwind CSS IntelliSense
  • Prettier — Code formatter

## Extension Setting

  • Open Setting

type

⌘ + ,

or

through GUI:

  • Search ‘Format’ and set checked “Format On Save”
  • Setting for reading the .prettierrc
  • Configure prettier : Require Config in settings
  • Open Settings(JSON) and enable tailwind CSS intelligence
"tailwindCSS.experimental.classRegex": ["tw\\('([^')]*)"],

## Install modules

sudo npm i -g yarn
sudo npm i -g expo-cli
  • Create a project (the project name is “basics” this time)
expo init basics
cd basics

--

--

KASATA - TechVoyager
KASATA - TechVoyager

Written by KASATA - TechVoyager

Master of Applied Physics/Programmer/Optics/Condensed Matter Physics/Quantum Mechanics/AI/IoT/Python/C,C++/Swift/WEB/Cloud/VBA

No responses yet

Write a response