Breaking changes:
- Use
pre_install
hook to support nonuse_frameworks!
usage #1262. Please add the following to yourPodfile
:andpre_install do |installer| $RNMBGL.pre_install(installer) ... end
post_install do |installer| $RNMBGL.post_install(installer) ... end