prscX / react-native-bottom-action-sheet

React Native: Native Bottom Action Sheet
Apache License 2.0
634 stars 48 forks source link

Custom icons #42

Closed retyui closed 5 years ago

retyui commented 5 years ago

Now no opportunity to user custom or system icons! like that:

// own flies
{ icon: require('./icon.png') }
// system assets
{ icon: {uri: 'asset:/app_icon.png'} }

Note: Since we are using native libraries, we have not found a solution in order to render RN Images in production, therefore please copy all your image assets in platform-specific folders:

We can find a solution in RNN implementation: ImageLoader.java