Open aryanshridhar opened 4 years ago
Interesting! From some searching and reading documentation, it looks like this is something we should do if we want to use something called ToolbarAndroid
: https://github.com/oblador/react-native-vector-icons/blob/v7.1.0/README.md#toolbarandroid
Are you thinking of starting to use that?
Hi all , Looks like code>@react-native-community/toolbar-android</code is missing in the dependencies listed in
package.json
.When executed
react-native start
after building by usingnpx react-native run-android
, It throws an error asP.S : It works totally fine after installing code>@react-native-community/toolbar-android</code . Let me know if you want a Pr for it !