2.1.0
Before this patch, if you included the library in your project and declared it without the items
prop; the app would crash showing a red error screen.
This wasn't a problem for those using typescript as they have a compiler to give warnings, however on the JS side they received no warnings.
This minor adds:
- support for proptype warnings, as well as not crashing your app if the props aren't provided
- No more map files