This is allowed for ReactNative apps. Source
AppHub.io is one option, open source coming soon.
| import { useEffect, useReducer, useRef } from 'react'; | |
| import { useNavigation } from '@react-navigation/native'; | |
| import { useSelector } from 'react-redux'; | |
| const undefinedRef = Symbol(); | |
| const refEquality = (a: Object, b: Object) => a === b; | |
| export function useAppSelector<Selected = unknown>( |
| console.log('this is a test') |
| # to generate your dhparam.pem file, run in the terminal | |
| openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |