react-native-background-job icon indicating copy to clipboard operation
react-native-background-job copied to clipboard

android.support.annotation

Open chuanhaisoft opened this issue 6 years ago • 2 comments

Package android.support.annotation does not exist

chuanhaisoft avatar Oct 28 '19 00:10 chuanhaisoft

replace it by:

import androidx.annotation.Nullable;

yelkamel avatar Jan 13 '20 17:01 yelkamel

Or just run npx jetify in project folder

bd-dm avatar Jan 16 '20 09:01 bd-dm