Missing Toolbar Icon react-native-pell-rich-editor
July 12, 2022
the code as release build tools are not showing in text rich-editor i also found the solution for this so for this we have to add a one line into metro.config.js file like this i also attached two images(image before without assetPlugins and image after with assetPlugins) for output
just add a line assetPlugins: [‘expo-asset/tools/hashAssetFiles’] into transformer object
transformer: { babelTransformerPath: require.resolve("react-native-svg-transformer"),
},
to
transformer: { babelTransformerPath: require.resolve("react-native-svg-transformer"),
assetPlugins: [‘expo-asset/tools/hashAssetFiles’] },
Then just we have to rebuild the the project