yarn add react-native-crypto react-native-randombytes
cd ios/
pod install
cd..
| import React, { Component, ComponentProps } from 'react'; | |
| import { Text, View, StyleSheet, StyleProp } from 'react-native'; | |
| import PropTypes from 'prop-types'; | |
| interface NeumorphismProps { | |
| children: ComponentProps, | |
| size: Number, | |
| style: StyleProp | |
| } |