Remove dist from gitignore and yarn run build#2
Open
lacrossehub wants to merge 15 commits intomasterfrom
Open
Conversation
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
This file contains hidden or 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
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