ios - React Native Integration with Existing App -


i want integration existing app.

in reactnative docs :

remember install subspecs need. <text> element cannot used without pod 'react/rcttext'. 

now, there wrong in simulator:

cant't find variable:listview 

i want use <listview> , subspecs install?

listview can used when pod 'react', think there may wrong javascript code. have included these code in js file ?

var {    listview,  } = react;


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -