This is allowed for ReactNative apps. Source
AppHub.io is one option, open source coming soon.
| POST / HTTP/1.1 | |
| Host: localhost | |
| User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 | |
| Next-Action: x | |
| Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad | |
| Content-Length: 459 | |
| ------WebKitFormBoundaryx8jO2oVc6SWP3Sad | |
| Content-Disposition: form-data; name="0" |
| 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 |