UNPKG

react-native-parsed-text

Version:

Parse text and make them into multiple React Native Text elements

9 lines (8 loc) 129 B
module.exports = function (api) { if (!!api) { api.cache(true); } return { presets: ['babel-preset-expo'], }; };