the red penguin
HOME ABOUT SITEMAP BLOG LOGIN

React Native

Gestures

Here’s an example of using gestures. Firstly we set up a blank app. Note that to follow the tutor I read more

January 30th, 2023 Posted in React Native

Creating a simple opacity animation

Initially, our blank App.js looks like this: import { StatusBar } from ‘expo-status-bar’; import React from ‘react’; import { StyleSheet, read more

January 30th, 2023 Posted in React Native

Setting up a blank app

npm i -g expo-cli md animation4 cd animation4 expo init –npm when prompted give it a name – > e.g; read more

January 30th, 2023 Posted in React Native