YouTube Twitter RSS
React Native Android iOS Examples
 
Skip to content
  • Home

Category Archives: Image Component

Example of ImageBackground in React Native

Admin March 9, 2022 March 9, 2022Image Component 0

Hello friends, So after a long time and posting a number of tutorials now our Image component section is completed. It’s time to move on to next topic which is ImageBackground component. As per we understand from the name ImageBackground component, It is used to set a Static or Dynamic…

Continue reading

Example of Image.resolveAssetSource() in React Native

Admin March 8, 2022 March 8, 2022Image Component 0

Hello friends, In today’s tutorial we would learn about Image.resolveAssetSource(source) inbuilt function of image component in react native. Image.resolveAssetSource() function is used to get local resource assets image folder image width and height. It return us 4 type of values image width, height, scale and URI. We would be printing…

Continue reading

Example of Image.queryCache() in React Native

Admin March 6, 2022 March 6, 2022Image Component 0

Hello friends, In today’s tutorial we would learn about Image.queryCache() function of Image component in react native. The queryCache() function is used to perform a cache interrogation and check whether the image is cached or not. This function also checks in which storage the image is being cached like “disk”,…

Continue reading

Example of Image.prefetch() in React Native

Admin March 5, 2022 March 5, 2022Image Component 0

Hello friends, In today’s tutorial we would learn about Image.prefetch(url) inbuilt function of Image component in react native. The prefetch function is used to prefetched a remote URL image to application disk cache for later use in the application. This would make the application works faster because at the time…

Continue reading

Example of getSize on Image in React Native Get Dimensions

Admin March 3, 2022 March 3, 2022Image Component 0

Hello friends, In today’s tutorial we would learn about getSize() inbuilt function of Image component. The getSize() function is used to retrieve pass Image width height in pixel format. If somehow Image is not found of server or URL is broke then it will throw us a error. The good…

Continue reading

123›»
  • Category :

    ActivityIndicator Component

    Basic Examples

    Color Codes

    FlatList Component

    GridView Component

    Image Component

    JSON Tutorials

    KeyboardAvoidingView

    Layout Props

    Modal Component

    Pressable Component

    RefreshControl Component

    Text component

    TextInput component

    View Component

© ReactNative-Examples.com . All Rights reserved.
Powered by Nirvana & WordPress.