Skip to content

Conversation

@satya164
Copy link
Member

@satya164 satya164 commented May 16, 2017

Includes #101 and #102.

@satya164 satya164 force-pushed the @satya164/upgrade branch from 663236f to 63117ec Compare May 16, 2017 15:10
@ferrannp ferrannp added the wip label May 16, 2017
@ferrannp ferrannp mentioned this pull request May 16, 2017
1 task
@satya164 satya164 force-pushed the @satya164/upgrade branch 5 times, most recently from 14c395f to 672c2f4 Compare May 16, 2017 15:44
@satya164 satya164 changed the title wip: improve dev workflow chore: improve dev workflow May 16, 2017
@satya164 satya164 force-pushed the @satya164/upgrade branch from 9502670 to 6a81813 Compare May 16, 2017 20:30
@satya164 satya164 force-pushed the @satya164/upgrade branch from 6a81813 to 5343b13 Compare May 16, 2017 20:52
@satya164 satya164 force-pushed the @satya164/upgrade branch from 4760ebb to 102c151 Compare May 16, 2017 21:39
@@ -0,0 +1,31 @@
/* eslint-disable import/no-commonjs */
Copy link
Contributor

Choose a reason for hiding this comment

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

@satya164 is this for watching changes in the library instead of manually copying?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

"prop-types": "^15.5.10",
"react-native-drawer": "^2.3.0"
},
"scripts": {
Copy link
Contributor

Choose a reason for hiding this comment

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

@satya164 Just curious why did you move scripts to the bottom?

Copy link
Member Author

Choose a reason for hiding this comment

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

just easier to find at bottom

/* eslint-disable prettier/prettier */
return blacklist([
new RegExp(
`^${escape(path.resolve(__dirname, '..', 'node_modules'))}\\/.*$`,
Copy link
Contributor

Choose a reason for hiding this comment

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

The trailing comma crashes the packager for me

`^${escape(path.resolve(__dirname, '..', 'node_modules'))}\\/.*$`,
),
new RegExp(
`^${escape(path.resolve(__dirname, '..', 'docs', 'node_modules'))}\\/.*$`,
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here

@ahmedlhanafy
Copy link
Contributor

@satya164 Other than the trailing comma issue in rn-cli.config.js, everything is working fine 👍

@satya164
Copy link
Member Author

Damn, the eslint-disable didn't work for some reason. Fixed.

@satya164 satya164 merged commit 0a20307 into master May 18, 2017
@satya164 satya164 deleted the @satya164/upgrade branch May 18, 2017 12:25
This was referenced May 25, 2017
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.

4 participants