| #
c72cf419 |
| 24-Nov-2022 |
Bartosz Kaszubowski <[email protected]> |
[docs] remove React Native docs and docs submodule (#19287)
Co-authored-by: Brent Vatne <[email protected]>
|
| #
1a272f8f |
| 07-Oct-2022 |
Tomasz Sapeta <[email protected]> |
[apps] Remove fabric-tester submodule
|
| #
97075668 |
| 06-Aug-2022 |
Tomasz Sapeta <[email protected]> |
[ios] Experimental Expo modules support for Fabric (#18500)
Co-authored-by: Kudo Chien <[email protected]>
|
| #
b2cfbaad |
| 29-Dec-2021 |
Bartosz Kaszubowski <[email protected]> |
[workspace] update RN website submodule branch (#15736)
|
| #
0557150b |
| 02-Jul-2020 |
James Ide <[email protected]> |
[submodules] Add update = checkout to RN docs submodule
We have `update = checkout` set for RN; do the same for docs for consistency.
|
| #
e166a8d8 |
| 28-May-2020 |
Tomasz Sapeta <[email protected]> |
Move react-native-unimodules to the monorepo (#8537)
|
| #
69e56c0f |
| 27-Aug-2019 |
Tomasz Sapeta <[email protected]> |
[unimodules] Add react-native-unimodules as a submodule (#5199)
# Why
To resolve some problems we're having with yarn workspaces and to reduce maintenance costs when doing a release.
# How
[unimodules] Add react-native-unimodules as a submodule (#5199)
# Why
To resolve some problems we're having with yarn workspaces and to reduce maintenance costs when doing a release.
# How
`react-native-unimodules` is now a submodule in `packages` folder and can be published together with other packages in the repo. This would make publish process faster and would also fix issues with yarn workspaces when the dependencies of installed version of `r-n-u` don't match our versions in expo repo.
# Test Plan
Tried to publish `r-n-u` with `et publish-packages --dry --scope expo-file-system,react-native-unimodules` - worked fine.
show more ...
|
| #
8eac988f |
| 03-Mar-2019 |
Stanisław Chmiela <[email protected]> |
[expo-blur] Revert submodule in favor of our old implementation (#3625)
# Why
Closes https://github.com/expo/expo/issues/3523 and https://github.com/expo/expo/issues/2459.
# How
- removed s
[expo-blur] Revert submodule in favor of our old implementation (#3625)
# Why
Closes https://github.com/expo/expo/issues/3523 and https://github.com/expo/expo/issues/2459.
# How
- removed submodule according to https://stackoverflow.com/a/16162000/1123156,
- brought back `EXBlur` implementation from a4598c6a439bcdfa03f7cd835929897a4e352f3d, moved to unimodules architecture,
- reverted changes to NCL.
# Test Plan
BlurViewScreen on both platforms looks ok.
show more ...
|
| #
d5b42e34 |
| 23-Jan-2019 |
Stanisław Chmiela <[email protected]> |
[expo-blur] Create a universal module based on react-native-blur (#3274)
# Why
Universalmodulling Expo.
# How
- forked `react-native-blur` at `expo/react-native-blur`,
- created `exp-maste
[expo-blur] Create a universal module based on react-native-blur (#3274)
# Why
Universalmodulling Expo.
# How
- forked `react-native-blur` at `expo/react-native-blur`,
- created `exp-master` branch, where I applied a commit moving `react-native-blur` to universal modules architecture (see the diff https://github.com/react-native-community/react-native-blur/compare/master...expo:exp-master)
- created a submodule in `packages/expo-blur` pointing to `expo/react-native-blur#exp-master`
- integrated `expo-blur` in Expo Client
# Test Plan
BlurScreen in NCL works ok.
show more ...
|
| #
e1c1dd0e |
| 19-Jun-2018 |
Charlie Cheever <[email protected]> |
[docs] RN Import: Using a submodule instead
|
| #
c7f059b5 |
| 18-Aug-2018 |
James Ide <[email protected]> |
Add a .gitmodules file for the OSS Expo repo
shipit expects there to be a .gitmodules files for the OSS repo. In addition, this makes it possible to check out react-native-lab/react-native within th
Add a .gitmodules file for the OSS Expo repo
shipit expects there to be a .gitmodules files for the OSS repo. In addition, this makes it possible to check out react-native-lab/react-native within the OSS repo.
fbshipit-source-id: abbb0c2
show more ...
|