Mark Lawlor
|
aa0649871d
|
chore: updated readme
|
2022-08-26 09:45:25 +10:00 |
|
Mohammed Elhaouari
|
d4a9ab6b89
|
Update homepage link (#163)
|
2022-08-12 12:02:27 -03:00 |
|
Mark Lawlor
|
2227d706c4
|
Update README.md
|
2022-07-12 19:54:06 +10:00 |
|
Mark Lawlor
|
71a8220eaa
|
chore: updated readme
|
2022-07-12 19:53:20 +10:00 |
|
Mark Lawlor
|
5f55d6da35
|
chore: updated readme
|
2022-07-12 19:53:06 +10:00 |
|
Mark Lawlor
|
adf7d3c936
|
chore: updated readme
|
2022-07-12 19:52:43 +10:00 |
|
Mark Lawlor
|
f1fdbc96c7
|
chore: updated readme
|
2022-07-12 19:52:39 +10:00 |
|
Mark Lawlor
|
42c50d56c7
|
chore: updated readme
|
2022-07-12 19:42:07 +10:00 |
|
Mark Lawlor
|
93b4f6af03
|
docs: remove references to tailwindcss-react-native
|
2022-07-07 09:09:52 +10:00 |
|
hwb15
|
8dcab44cc5
|
docs: update quick start docs for NativeWind (#92)
Removal of depreciated <TailwindProvider /> from final step of quick start guide.
|
2022-06-27 09:17:00 +10:00 |
|
Mark Lawlor
|
e55dad53a2
|
Update README.md
|
2022-06-19 22:42:46 +10:00 |
|
Mark Lawlor
|
b7bcdea2a8
|
Update README.md
|
2022-06-19 21:48:38 +10:00 |
|
Mark Lawlor
|
83df746194
|
chore: update readme
|
2022-06-15 08:21:56 +10:00 |
|
Mark Lawlor
|
ac1feb2ed1
|
chore: update readme
|
2022-06-15 08:21:19 +10:00 |
|
Mark Lawlor
|
ecb0609282
|
fix: update readme
|
2022-06-15 07:13:32 +10:00 |
|
Mark Lawlor
|
5530d903b9
|
docs: update tailwind.config.js content paths
|
2022-06-01 07:13:32 +10:00 |
|
Mark Lawlor
|
5f8a7e7fda
|
docs: update readme
|
2022-05-28 11:38:27 +10:00 |
|
Mark Lawlor
|
948068c792
|
docs: update readme
|
2022-05-28 11:09:10 +10:00 |
|
Mark Lawlor
|
f7c9c2c7d1
|
refactor: fix spelling mistakes
|
2022-05-22 13:34:22 +10:00 |
|
Mark Lawlor
|
fc860de127
|
docs: add more docs
|
2022-05-22 12:03:45 +10:00 |
|
Prince Carlo Juguilon
|
713abc31ae
|
fix typo in readme
|
2022-05-18 10:07:12 +08:00 |
|
Mark Lawlor
|
7e110ad999
|
docs: update README
|
2022-05-12 14:21:51 +10:00 |
|
Mark Lawlor
|
c2778f469f
|
docs: update README
|
2022-05-12 14:19:51 +10:00 |
|
Mark Lawlor
|
bc845a7db5
|
refactor: add mit badge
|
2022-05-10 12:17:54 +10:00 |
|
Mark Lawlor
|
3faf37ac47
|
chore: remove whitespace in readme
|
2022-05-10 07:56:37 +10:00 |
|
Mark Lawlor
|
82e3e48e1b
|
Merge branch 'next' of github.com:marklawlor/tailwindcss-react-native into next
|
2022-05-06 08:48:45 +10:00 |
|
Mark Lawlor
|
385cdf713a
|
docs: update readme
|
2022-05-05 16:34:32 +10:00 |
|
Mark Lawlor
|
70307bf804
|
docs: add badges to readme
|
2022-05-05 16:16:27 +10:00 |
|
Mark Lawlor
|
030dc0cfd8
|
New readme (#38)
* docs: update readme
* docs: update readme
|
2022-05-05 14:07:45 +10:00 |
|
Mark Lawlor
|
9397e67cff
|
feat: add feature preview flag
|
2022-05-05 14:07:45 +10:00 |
|
Mark Lawlor
|
cae86cf93e
|
feat: rename allowModules and blockmodules
BREAKING CHANGES:
- allowModules has been renamed to allowModuleTransform
- blockModules has been renamed to blockModuleTransform
|
2022-05-05 14:07:45 +10:00 |
|
Mark Lawlor
|
56b4a29941
|
feat: change useTailwind to a factory function
|
2022-04-28 17:16:34 +10:00 |
|
Mark Lawlor
|
3496060bc0
|
fix: improvements to platform prefixes
|
2022-04-27 17:43:30 +10:00 |
|
Mark Lawlor
|
d6716242b9
|
feat: add tw prop to Component API
|
2022-04-27 10:51:14 +10:00 |
|
Mark Lawlor
|
c1c65e039d
|
feat: skipTransform
|
2022-04-27 09:27:04 +10:00 |
|
Mark Lawlor
|
3919b004c6
|
chore: update readme
|
2022-04-26 17:37:13 +10:00 |
|
Mark Lawlor
|
af0fb74aa0
|
chore: update link to example image
|
2022-04-26 17:25:09 +10:00 |
|
Mark Lawlor
|
bc37a23db1
|
feat: switch to component api (#29)
* feat: switch to component api
* chore: updated readme
* chore: updated readme
* feat: add cli
* chore: updated readme
* chore: updated readme
* chore: updated readme
* chore: updated readme
* chore: updated readme
* chore: updated readme
* chore: updated readme
* tests: fix broken test
* chore: update package.json
* chore: cleanup deps
* v0.1.0-0
* fix: add cli to npm
* fix: component api fixes
* chore: updated example pic
* chore: updated readme
* chore: updated readme
* chore: updated readme
|
2022-04-26 17:15:42 +10:00 |
|
Mark Lawlor
|
f3d978dd28
|
chore: updated readme
|
2022-04-19 14:30:02 +10:00 |
|
Mark Lawlor
|
d1322fa602
|
chore: updated readme
|
2022-04-18 18:48:01 +10:00 |
|
Mark Lawlor
|
da7f6adb48
|
chore: updated readme
|
2022-04-18 18:46:59 +10:00 |
|
Mark Lawlor
|
5f7f7c7955
|
refactor: tailwind unit tests
|
2022-04-14 15:14:36 +10:00 |
|
Mark Lawlor
|
d9ec783a08
|
chore: fix options in readme
|
2022-04-14 13:00:53 +10:00 |
|
Mark Lawlor
|
073f3b0d79
|
fix: improve support of content/allow/block options
|
2022-04-14 12:57:06 +10:00 |
|
Mark Lawlor
|
906cf26860
|
chore: update readme
|
2022-04-08 10:41:30 +10:00 |
|
Mark Lawlor
|
e0bce17edc
|
chore: add rules of hooks
|
2022-04-07 14:31:38 +10:00 |
|
Mark Lawlor
|
11ac0492e6
|
chore: update readme
|
2022-04-07 14:04:25 +10:00 |
|
Mark Lawlor
|
36cc3e20cd
|
Typescript refactor (#18)
* feat: options to control what is transformed
refactor: convert everything to typescript
* 0.0.18-0
* update npm files
* 0.0.19-0
* 0.0.19-1
* switch to commonjs
* 0.0.19-2
* make __useParseTailwind params options
* 0.0.19-3
* correctly default to native-inline
* 0.0.19-4
* add tailwind.config.js instructions to readme
* attempt to fix react-refresh
* 0.0.19-5
* remove state hooks from useParseTailwind
* 0.0.19-6
* Revert "0.0.19-6"
This reverts commit ed8f6a1dde.
* Revert "remove state hooks from useParseTailwind"
This reverts commit 833624dbb5.
* Revert "0.0.19-5"
This reverts commit 6cde5493e4.
* Revert "Revert "0.0.19-5""
This reverts commit 8aff80cd77cc7d85cf84807abad88e6f49cb00aa.
* revert fast refresh hooks
* revert hooks, rename hook
* 0.0.19-7
* updated platforms
|
2022-04-07 13:45:04 +10:00 |
|
Jay Meistrich
|
7e306574ab
|
Fix name of babel plugin in docs
|
2022-04-05 16:18:14 +08:00 |
|
Mark Lawlor
|
6e32c7d20f
|
chore: update readme
|
2022-04-05 17:20:18 +10:00 |
|