1.0.0-alpha.19
·
159 commits
to main
since this release
- Fixed
methodQueuemissing in Linking module metadata - Use
@rigor789/resolve-package-pathto resolve
package path for modules that give errorERR_PACKAGE_PATH_NOT_EXPORTED - Added Alert module so you can now do
import { Alert } from "react-native& use it. - Added
getConstantsmethod to native module - Fixed class extraction regex to only extract class declaration that is
publicon android - Extract module name from
@ReactModuleannotation when possible because modules for new arch might not have thegetNamemethod defined on android - Skip source files that do not have a module exported
- Added support to auto-link
CoreModuleson iOS