Skip to content

imhuy/react-native-fix-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A library to help you fix images on ios 14 for react-native

Usage

You don't need to install this package in order to fix images. Add a postinstall script in your package.json and every time you will install dependencies the script will run fixing the problem.

  1. add postinstall script (example below);
  2. run yarn install or npm i if you use npm;
  3. rebuild project in Xcode;

Example package.json with postinstall script

{
  "name": "ReactNativeApp",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "postinstall": "npx react-native-fix-image"
  }
}

About

A library to help you fix image ios14

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published