how to remove git init from react native expo code example
Example 1: install yarn in react native
npm install -g yarn
yarn global add react-native-cli
react-native init sample
Example 2: expo create react native app
npm install --global expo-cli
expo init my-project
Example 3: react native get location
npm i -S react-native-get-location