I'm trying to setup this package for an iPad app.
I've tried to create a new RN project with --version flag like npx react-native init ProjectName --version 0.57.8, but that version flag isn't working, so that command created a new project with the latest RN version and this package isn't compatible with the latest RN version.
Is this repo still maintained or is there any other oper source solution available? Any help is appreciated!
I'm trying to setup this package for an iPad app.
I've tried to create a new RN project with
--versionflag likenpx react-native init ProjectName --version 0.57.8, but that version flag isn't working, so that command created a new project with the latest RN version and this package isn't compatible with the latest RN version.Is this repo still maintained or is there any other oper source solution available? Any help is appreciated!