Utilities and UI components for cross-platform React Native apps
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: publish version `0.2.0`

Joseph Hale (Nov 11, 2025, 5:14 PM -0700) 0fcd8b2a fd309ebc

+13 -1
+12
CHANGELOG.md
··· 1 + # Changelog 2 + 3 + ## 0.2.0 (2025-11-12) 4 + 5 + * docs: add standard badges to README ([1fd124f](https://github.com/thehale/react-native-expressive/commit/1fd124f)) 6 + * docs: fill out usage and contributing guides ([fd309eb](https://github.com/thehale/react-native-expressive/commit/fd309eb)) 7 + * refactor: move test fixtures below tests ([a88e8a4](https://github.com/thehale/react-native-expressive/commit/a88e8a4)) 8 + * feat: add components, theme/settings helpers, example app ([be2b009](https://github.com/thehale/react-native-expressive/commit/be2b009)) 9 + * chore: generate yarn.lock ([f06835b](https://github.com/thehale/react-native-expressive/commit/f06835b)) 10 + * chore: scaffold react-native-expressive ([0218cd9](https://github.com/thehale/react-native-expressive/commit/0218cd9)) 11 + * chore: switch to MPL-2.0 license ([e1238c9](https://github.com/thehale/react-native-expressive/commit/e1238c9)) 12 + * build: auto-`prepare` and update changelog correctly ([6026737](https://github.com/thehale/react-native-expressive/commit/6026737))
+1 -1
package.json
··· 1 1 { 2 2 "name": "react-native-expressive", 3 - "version": "0.1.0", 3 + "version": "0.2.0", 4 4 "description": "Utilities and UI components for cross-platform React Native apps", 5 5 "main": "./lib/module/index.js", 6 6 "types": "./lib/typescript/src/index.d.ts",