From 908f4f92045b6c47b26c1d3fdf47a530720e69bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81opaci=C5=84ski?= Date: Tue, 9 Jul 2024 15:29:08 +0200 Subject: [PATCH 1/2] Load library code from the src directory in react-native --- package.json | 1 + 1 file changed, 1 insertion(+) 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", From 327d67a819439ef81c3c8ba671ca5a86d22e4f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81opaci=C5=84ski?= Date: Tue, 9 Jul 2024 15:36:15 +0200 Subject: [PATCH 2/2] Add entry in changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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`.