Skip to content

issues Search Results · repo:cca-io/rescript-react-intl language:ReScript

Filter by

7 results
 (78 ms)

7 results

incca-io/rescript-react-intl (press backspace or delete to remove)

@alexfedoseev How shall we go about renaming the repo and npm package? My suggestion would be to release the next version as rescript-react-intl 3.0.0 and rename the repo to rescript-react-intl, too. ...
  • cknitt
  • 8
  • Opened 
    on May 13, 2021
  • #39

To use react-intl with react-native, one needs to pass the Text component to IntlProvider s textComponent property: import { Text } from react-native ; IntlProvider locale={locale} messages={messages} ...
  • cknitt
  • 2
  • Opened 
    on Jul 31, 2018
  • #11

There are a few cases where it would be better just to get back the string itself rather than a react element. Currently we re using the ReactIntl.IntlInjector, but it would be nicer to be able to just ...
  • malisbad
  • 4
  • Opened 
    on Apr 17, 2018
  • #8

In react-intl, FormattedMessage accepts an optional description prop. Also (see https://github.com/yahoo/react-intl/wiki/Components#message-descriptor), type MessageDescriptor = { id: string, ...
  • cknitt
  • 2
  • Opened 
    on Mar 18, 2018
  • #5

ATM injectIntl is implemented using JS layer: https://github.com/alexfedoseev/bs-react-intl/blob/master/src/IntlInjector.js It causes issues with specific configurations of BS target bundlers. Ideally, ...
enhancement
help wanted
  • alex35mil
  • 7
  • Opened 
    on Mar 17, 2018
  • #2

Hi, First of all, thank you for your work! It seems you have gone for a different FormattedMessage API than the original react-intl version. react-intl has FormattedMessage id= someId defaultMessage= ...
question
  • cknitt
  • 10
  • Opened 
    on Mar 15, 2018
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub