forked from DylanVann/react-native-fast-image
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove dist from gitignore and yarn run build #2
Open
connoremma
wants to merge
15
commits into
master
Choose a base branch
from
remove-dist-gitignore
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This change will make the CocoaPods version which is installed match the NodeJS version used. Currently, CocoaPods will install the latest version on head which could not match the JavaScript version of the library. Changes: 1. Use the version tag to match the version installed by CocoaPods to that coming the from the `package.json` file.
## [8.1.1](DylanVann/react-native-fast-image@v8.1.0...v8.1.1) (2020-03-09) ### Bug Fixes * Add git tag to CocoaPods source property ([DylanVann#601](DylanVann#601)) ([2d706ad](DylanVann@2d706ad))
## [8.1.2](DylanVann/react-native-fast-image@v8.1.1...v8.1.2) (2020-03-09) ### Bug Fixes * Fixes podspec syntax. ([b627646](DylanVann@b627646))
## [8.1.3](DylanVann/react-native-fast-image@v8.1.2...v8.1.3) (2020-03-12) ### Bug Fixes * Replace 'Component' with 'ComponentType' ([DylanVann#647](DylanVann#647)) ([6abb273](DylanVann@6abb273))
## [8.1.4](DylanVann/react-native-fast-image@v8.1.3...v8.1.4) (2020-03-12) ### Bug Fixes * Bump Glide version number to v4.11.0. ([DylanVann#649](DylanVann#649)) ([c4e4306](DylanVann@c4e4306)), closes [DylanVann#536](DylanVann#536)
This improves RAM usage for static webp assets see: SDWebImage/SDWebImageWebPCoder#30 Potentially related to DylanVann#622
## [8.1.5](DylanVann/react-native-fast-image@v8.1.4...v8.1.5) (2020-03-14) ### Bug Fixes * Updates SDWebImageWebPCoder. ([DylanVann#628](DylanVann#628)) ([325d77f](DylanVann@325d77f))
…ative-fast-image into remove-dist-gitignore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This shit was breaking the bundle wholesale cause theres no automatic build step when u fork something