Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to npm #539

Merged
merged 26 commits into from
Nov 21, 2024
Merged

Migrate to npm #539

merged 26 commits into from
Nov 21, 2024

Conversation

SzymczakJ
Copy link
Contributor

Details

Related Issues

GH_LINK

Manual Tests

Linked PRs

@@ -14,18 +14,7 @@ const modules = Object.keys({...pak.peerDependencies});
* @type {import('metro-config').MetroConfig}
*/
const config = {
watchFolders: [root],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -11,9 +11,9 @@ react {
// The root of your project, i.e. where "package.json" lives. Default is '../..'
// root = file("../../")
// The folder where the react-native NPM package is. Default is ../../node_modules/react-native
// reactNativeDir = file("../../node_modules/react-native")
reactNativeDir = file("../../../node_modules/react-native")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -56,7 +56,7 @@ jobs:
example/ios/Pods
~/Library/Caches/CocoaPods
~/.cocoapods
key: build-ios-pods-${{ matrix.react-native-architecture }}-${{ hashFiles('example/node_modules/react-native/package.json') }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -1,3 +1,4 @@
import App from '../example/src/App';
import App from '@expensify/react-native-live-markdown-example/src/App';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fast refresh is broken because of this change.

@tomekzaw tomekzaw mentioned this pull request Nov 13, 2024
@tomekzaw tomekzaw marked this pull request as ready for review November 14, 2024 03:35
.github/workflows/build-web.yml Outdated Show resolved Hide resolved
.github/workflows/lint.yml Outdated Show resolved Hide resolved
.github/workflows/lint.yml Show resolved Hide resolved
.nvmrc Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
android/src/main/new_arch/CMakeLists.txt Outdated Show resolved Hide resolved
example/android/app/build.gradle Outdated Show resolved Hide resolved
src/MarkdownTextInput.web.tsx Show resolved Hide resolved
src/MarkdownTextInput.web.tsx Outdated Show resolved Hide resolved
src/web/utils/parserUtils.ts Show resolved Hide resolved
tomekzaw
tomekzaw previously approved these changes Nov 21, 2024
Copy link
Collaborator

@tomekzaw tomekzaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job on this PR! Thanks! 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants