jadnco / locus

🏎️ Experimental car spotting app. This was an exercise to help me learn React Native + Flow.
0 stars 0 forks source link

Integrate Flow #7

Closed jadnco closed 8 years ago

jadnco commented 8 years ago

As title reads.

jadnco commented 8 years ago

Type declarations have been added for property and state values, variables and parameters.

There is still one small issue coming from one of React Native's libraries:

node_modules/react-native/Libraries/Network/FormData.js:68
 68:       var headers: Headers = {'content-disposition': contentDisposition};
                        ^^^^^^^ property `content-type`. Property not found in
 68:       var headers: Headers = {'content-disposition': contentDisposition};
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ object literal

Not much I can do now, but a way to ignore this should eventually be figured out.

Closing.