diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ead4ed31..a9280483f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +- Added library code loading from the `src` directory + - https://github.com/Shopify/flash-list/pull/1263 + ## [1.7.0] - 2024-07-03 - Update internal dependency and fixture app to `react-native@0.72`. diff --git a/package.json b/package.json index 14325c8aa..68b9cf362 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "license": "MIT", "homepage": "https://shopify.github.io/flash-list/", "main": "dist/index.js", + "react-native": "src/index.ts", "types": "dist/index.d.ts", "scripts": { "up": "bundle install && yarn fixture:rn:up && yarn e2e:up && yarn build",