Closed narender2031 closed 4 years ago
How about to instroduce a file called ART.js
as the ART
interface?
How about to instroduce a file called
ART.js
as theART
interface?
@arniu Did you mean create a new file called ART.js
import * as ART from '@react-native-community/art';
export default ART;
and import this in other files.
Yes!
@arniu PR is Updated.
ART was extracted from core
react-native
and moved to@react-native-community/art
. These are the following changes are required in the library.