Summary 0️⃣.7️⃣.0️⃣
BREAKING CHANGES
Default import was deleted. Now to import Menu instead of
import Menu from 'react-native-enhanced-popup-menu';
do
import { Menu } from 'react-native-enhanced-popup-menu';
Add support for React Native 0.62.x
Now both 0.61.x and 0.62.x are supported
TypeScript support
Project was rewritten using TypeScript programming language. Now all type declarations are automatically generated from TypeScript files and are always in sync.
License changed from MIT to Apache-2.0
Dependabot alerts were fixed
Packages with security issues reported by Dependabot were upgraded to versions with fixes.