What does the $ character mean in React Native?

Viewed 1374

With regard to props in React Native, what does the $ refer to?

e.g. backgroundImage: 'url(${contact.avatarURL})'

3 Answers
Related