Steven Wright

Results 4 comments of Steven Wright

Should there be a check of existence of the key / value pair that is being imported, and if exists, do nothing? @sagarsdeshmukh @jmdodd that might solve the issue here?

@perezd Is using the older `.proto` format required, or can it be migrated to use the JSON descriptors: https://www.npmjs.com/package/protobufjs#using-json-descriptors This would make bundling it easier since the `proto.json` file can...

The application seems to crash when only importing the react navigation drawer factory method: ``` import { createDrawerNavigator } from "@react-navigation/drawer"; export default function App() { return ( TEST );...