Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

React Native 0.17 Duplicate declaration "observe" #154

Open
davidsims9t opened this issue Dec 29, 2015 · 0 comments
Open

React Native 0.17 Duplicate declaration "observe" #154

davidsims9t opened this issue Dec 29, 2015 · 0 comments

Comments

@davidsims9t
Copy link

I upgraded to React Native 0.17 and now I'm getting a syntax error that I have a duplicate declaration "observe" when I attempt to use Parse React.

Here's how my components are constructed:

import React from 'react-native'
import Parse from 'parse/react-native'
import ParseReact from 'parse-react/react-native'
const ParseComponent = ParseReact.Component(React)

class MyComponent extends ParseComponent {
  observe(props, state) {
     return {}
  }
}

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant