diff --git a/.github/workflows/test-libraries-on-nightlies.yml b/.github/workflows/test-libraries-on-nightlies.yml index 30a540239c3..3e50db00f65 100644 --- a/.github/workflows/test-libraries-on-nightlies.yml +++ b/.github/workflows/test-libraries-on-nightlies.yml @@ -31,7 +31,19 @@ jobs: "react-native-mmkv", "react-native-screens", "react-native-pager-view", - "@react-native-community/slider" + "@react-native-community/slider", + #additional OSS libs used internally + "scandit-react-native-datacapture-barcode scandit-react-native-datacapture-core", + "react-native-contacts", + "react-native-device-info", + "react-native-email-link", + "react-native-exit-app", + "@dr.pogodin/react-native-fs", + "react-native-maps", + "react-native-permissions", + "react-native-vector-icons", + "react-native-masked-view", + "@react-native-community/image-editor", ] steps: - name: Checkout @@ -66,7 +78,19 @@ jobs: "react-native-mmkv", "react-native-screens", "react-native-pager-view", - "@react-native-community/slider" + "@react-native-community/slider", + #additional OSS libs used internally + "scandit-react-native-datacapture-barcode scandit-react-native-datacapture-core", + "react-native-contacts", + "react-native-device-info", + "react-native-email-link", + "react-native-exit-app", + "@dr.pogodin/react-native-fs", + "react-native-maps", + "react-native-permissions", + "react-native-vector-icons", + "react-native-masked-view", + "@react-native-community/image-editor", ] steps: - name: Checkout