React-native-fast-image: Compilation error: FastImageViewPackage is not abstract and does not override abstract method createJSModules()

Created on 8 Aug 2017  路  3Comments  路  Source: DylanVann/react-native-fast-image

Receive this error upon trying to package.

Seems removeJSModules override was removed in the last commit

Most helpful comment

Well upgrading to RN 47 seems to work

All 3 comments

Well upgrading to RN 47 seems to work

@clay-morgan I don't want to upgrade to RN 47 and am stocked with 46. what do I do ?!

@clay-morgan For RN versions < 0.47.0, explicitly use react-native-fast-image v0.0.11 by either

a) installing with npm install --save [email protected]or

b) specifying the version in your package.json ("react-native-fast-image": "0.0.11",) and running npm install.

Then, link with react-native link react-native-fast-image and you should be good to go. Just worked for me (using RN 0.44.1).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

guihouchang picture guihouchang  路  4Comments

StiffFy picture StiffFy  路  3Comments

mschipperheyn picture mschipperheyn  路  3Comments

banphlet picture banphlet  路  3Comments

baba43 picture baba43  路  3Comments